Html Css Color HEX #CB6064 Mandy

📋 copy color: '#CB6064'

red 203 ◦ green 96 ◦ blue 100

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

Shades of Mandy #CB6064

Tints of Mandy #CB6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

 BLUE value IS 100 (39.45% from 255) = 25.06%

R = 50.88%
G = 24.06%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB6064 (or 0xCB6064) is known color: Mandy. HEX triplet: CB, 60 and 64. RGB value is (203,96,100). Sum of RGB (Red+Green+Blue) = 203+96+100=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6064 is #349F9B. Grayscale: #808080. Windows color (decimal): -3448732 or 6578379. OLE color: 6578379.

HSL color Cylindrical-coordinate representation of color #CB6064: hue angle of 357.76º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6064 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 96 100 -
CMYK 0 0.53 0.51 0.20
HSL 357.76º 0.51% 0.59% -
HSV(B) 357.76º 0.53% 0.8% -
XYZ 31.11 21.98 14.66 -
YUV 128.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 203 96 100 0 0.53 0.51 0.20 357.76 0.51 0.59
Hex CB 60 64 0 35 33 14 166 33 3B
Octal 313 140 144 0 65 63 24 546 63 73
Binary 11001011 1100000 1100100 0 110101 110011 10100 101100110 110011 111011

Color Harmonies of #CB6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6064

Black with #CB6064

Text Example


Text Example

White with #CB6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6064; }

 p { color: rgb(203,96,100); }

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

background-color css

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

 a { background-color: rgb(203,96,100); }

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

border-color css

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

 span { border-color: rgb(203,96,100); }

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