Html Css Color HEX #CB6164 Mandy

📋 copy color: '#CB6164'

red 203 ◦ green 97 ◦ blue 100

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

Shades of Mandy #CB6164

Tints of Mandy #CB6164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

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

R = 50.75%
G = 24.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB6164 (or 0xCB6164) is known color: Mandy. HEX triplet: CB, 61 and 64. RGB value is (203,97,100). Sum of RGB (Red+Green+Blue) = 203+97+100=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6164 is #349E9B. Grayscale: #818181. Windows color (decimal): -3448476 or 6578635. OLE color: 6578635.

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

Color convert

RGB 203 97 100 -
CMYK 0 0.52 0.51 0.20
HSL 358.3º 0.5% 0.59% -
HSV(B) 358.3º 0.52% 0.8% -
XYZ 31.2 22.17 14.69 -
YUV 129.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 203 97 100 0 0.52 0.51 0.20 358.3 0.5 0.59
Hex CB 61 64 0 34 33 14 166 32 3B
Octal 313 141 144 0 64 63 24 546 62 73
Binary 11001011 1100001 1100100 0 110100 110011 10100 101100110 110010 111011

Color Harmonies of #CB6164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6164

Black with #CB6164

Text Example


Text Example

White with #CB6164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6164; }

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

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

background-color css

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

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

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

border-color css

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

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

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