Html Css Color HEX #CB6C76 Charm

📋 copy color: '#CB6C76'

red 203 ◦ green 108 ◦ blue 118

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

Shades of Charm #CB6C76

Tints of Charm #CB6C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

 BLUE value IS 118 (46.48% from 255) = 27.51%

R = 47.32%
G = 25.17%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6C76 (or 0xCB6C76) is known color: Charm. HEX triplet: CB, 6C and 76. RGB value is (203,108,118). Sum of RGB (Red+Green+Blue) = 203+108+118=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C76 is #349389. Grayscale: #898989. Windows color (decimal): -3445642 or 7761099. OLE color: 7761099.

HSL color Cylindrical-coordinate representation of color #CB6C76: hue angle of 353.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6C76 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 108 118 -
CMYK 0 0.47 0.42 0.20
HSL 353.68º 0.48% 0.61% -
HSV(B) 353.68º 0.47% 0.8% -
XYZ 33.26 24.73 20.16 -
YUV 137.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 203 108 118 0 0.47 0.42 0.20 353.68 0.48 0.61
Hex CB 6C 76 0 2F 2A 14 162 30 3D
Octal 313 154 166 0 57 52 24 542 60 75
Binary 11001011 1101100 1110110 0 101111 101010 10100 101100010 110000 111101

Color Harmonies of #CB6C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C76

Black with #CB6C76

Text Example


Text Example

White with #CB6C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C76; }

 p { color: rgb(203,108,118); }

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

background-color css

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

 a { background-color: rgb(203,108,118); }

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

border-color css

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

 span { border-color: rgb(203,108,118); }

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