Html Css Color HEX #CB464F Mandy

📋 copy color: '#CB464F'

red 203 ◦ green 70 ◦ blue 79

#CB464F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #CB464F

Tints of Mandy #CB464F

RGB

 RED value IS 203 (79.69% from 255) = 57.67%

 GREEN value IS 70 (27.73% from 255) = 19.89%

 BLUE value IS 79 (31.25% from 255) = 22.44%

R = 57.67%
G = 19.89%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB464F (or 0xCB464F) is known color: Mandy. HEX triplet: CB, 46 and 4F. RGB value is (203,70,79). Sum of RGB (Red+Green+Blue) = 203+70+79=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB464F is #34B9B0. Grayscale: #6E6E6E. Windows color (decimal): -3455409 or 5195467. OLE color: 5195467.

HSL color Cylindrical-coordinate representation of color #CB464F: hue angle of 355.94º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB464F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 79 -
CMYK 0 0.66 0.61 0.20
HSL 355.94º 0.56% 0.54% -
HSV(B) 355.94º 0.66% 0.8% -
XYZ 28.23 17.64 9.31 -
YUV 110.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 203 70 79 0 0.66 0.61 0.20 355.94 0.56 0.54
Hex CB 46 4F 0 42 3D 14 164 38 36
Octal 313 106 117 0 102 75 24 544 70 66
Binary 11001011 1000110 1001111 0 1000010 111101 10100 101100100 111000 110110

Color Harmonies of #CB464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB464F

Black with #CB464F

Text Example


Text Example

White with #CB464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB464F; }

 p { color: rgb(203,70,79); }

 H1.HeaderClassName
 {
   color: #CB464F;
 }
 .AnyTagClassName
 {
   color: #CB464F;
 }
</style>

background-color css

<style>
 a { background-color: #CB464F; }

 a { background-color: rgb(203,70,79); }

 div.DivClassName
 {
   background-color: #CB464F;
 }
 .BgClassName
 {
   background-color: #CB464F;
 }
</style>

border-color css

<style>
 span { border-color: #CB464F; }

 span { border-color: rgb(203,70,79); }

 td.TdClassName
 {
   border-color: #CB464F;
 }
 .TagClassName
 {
   border-color: #CB464F;
 }
</style>