Html Css Color HEX #CB6264 Mandy

📋 copy color: '#CB6264'

red 203 ◦ green 98 ◦ blue 100

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

Shades of Mandy #CB6264

Tints of Mandy #CB6264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

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

R = 50.62%
G = 24.44%
B = 24.94%

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

#CB6264 (or 0xCB6264) is known color: Mandy. HEX triplet: CB, 62 and 64. RGB value is (203,98,100). Sum of RGB (Red+Green+Blue) = 203+98+100=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6264 is #349D9B. Grayscale: #818181. Windows color (decimal): -3448220 or 6578891. OLE color: 6578891.

HSL color Cylindrical-coordinate representation of color #CB6264: hue angle of 358.86º 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 #CB6264 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 98 100 -
CMYK 0 0.52 0.51 0.20
HSL 358.86º 0.5% 0.59% -
HSV(B) 358.86º 0.52% 0.8% -
XYZ 31.3 22.35 14.72 -
YUV 129.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 203 98 100 0 0.52 0.51 0.20 358.86 0.5 0.59
Hex CB 62 64 0 34 33 14 167 32 3B
Octal 313 142 144 0 64 63 24 547 62 73
Binary 11001011 1100010 1100100 0 110100 110011 10100 101100111 110010 111011

Color Harmonies of #CB6264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6264

Black with #CB6264

Text Example


Text Example

White with #CB6264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6264; }

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

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

background-color css

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

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

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

border-color css

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

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

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