Html Css Color HEX #CB6364 Mandy

📋 copy color: '#CB6364'

red 203 ◦ green 99 ◦ blue 100

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

Shades of Mandy #CB6364

Tints of Mandy #CB6364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

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

R = 50.5%
G = 24.63%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB6364 (or 0xCB6364) is known color: Mandy. HEX triplet: CB, 63 and 64. RGB value is (203,99,100). Sum of RGB (Red+Green+Blue) = 203+99+100=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6364 is #349C9B. Grayscale: #828282. Windows color (decimal): -3447964 or 6579147. OLE color: 6579147.

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

Color convert

RGB 203 99 100 -
CMYK 0 0.51 0.51 0.20
HSL 359.42º 0.5% 0.59% -
HSV(B) 359.42º 0.51% 0.8% -
XYZ 31.39 22.54 14.75 -
YUV 130.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 203 99 100 0 0.51 0.51 0.20 359.42 0.5 0.59
Hex CB 63 64 0 33 33 14 167 32 3B
Octal 313 143 144 0 63 63 24 547 62 73
Binary 11001011 1100011 1100100 0 110011 110011 10100 101100111 110010 111011

Color Harmonies of #CB6364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6364

Black with #CB6364

Text Example


Text Example

White with #CB6364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6364; }

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

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

background-color css

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

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

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

border-color css

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

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

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