Html Css Color HEX #CB6466 Mandy

📋 copy color: '#CB6466'

red 203 ◦ green 100 ◦ blue 102

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

Shades of Mandy #CB6466

Tints of Mandy #CB6466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

 BLUE value IS 102 (40.23% from 255) = 25.19%

R = 50.12%
G = 24.69%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB6466 (or 0xCB6466) is known color: Mandy. HEX triplet: CB, 64 and 66. RGB value is (203,100,102). Sum of RGB (Red+Green+Blue) = 203+100+102=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6466 is #349B99. Grayscale: #838383. Windows color (decimal): -3447706 or 6710475. OLE color: 6710475.

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

Color convert

RGB 203 100 102 -
CMYK 0 0.51 0.50 0.20
HSL 358.84º 0.5% 0.59% -
HSV(B) 358.84º 0.51% 0.8% -
XYZ 31.58 22.77 15.3 -
YUV 131.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 203 100 102 0 0.51 0.50 0.20 358.84 0.5 0.59
Hex CB 64 66 0 33 32 14 167 32 3B
Octal 313 144 146 0 63 62 24 547 62 73
Binary 11001011 1100100 1100110 0 110011 110010 10100 101100111 110010 111011

Color Harmonies of #CB6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6466

Black with #CB6466

Text Example


Text Example

White with #CB6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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