Html Css Color HEX #CB6D77 Charm

📋 copy color: '#CB6D77'

red 203 ◦ green 109 ◦ blue 119

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

Shades of Charm #CB6D77

Tints of Charm #CB6D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 47.1%
G = 25.29%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB6D77 (or 0xCB6D77) is known color: Charm. HEX triplet: CB, 6D and 77. RGB value is (203,109,119). Sum of RGB (Red+Green+Blue) = 203+109+119=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D77 is #349288. Grayscale: #8A8A8A. Windows color (decimal): -3445385 or 7826891. OLE color: 7826891.

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

Color convert

RGB 203 109 119 -
CMYK 0 0.46 0.41 0.20
HSL 353.62º 0.47% 0.61% -
HSV(B) 353.62º 0.46% 0.8% -
XYZ 33.43 24.97 20.51 -
YUV 138.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 203 109 119 0 0.46 0.41 0.20 353.62 0.47 0.61
Hex CB 6D 77 0 2E 29 14 162 2F 3D
Octal 313 155 167 0 56 51 24 542 57 75
Binary 11001011 1101101 1110111 0 101110 101001 10100 101100010 101111 111101

Color Harmonies of #CB6D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D77

Black with #CB6D77

Text Example


Text Example

White with #CB6D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D77; }

 p { color: rgb(203,109,119); }

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

background-color css

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

 a { background-color: rgb(203,109,119); }

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

border-color css

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

 span { border-color: rgb(203,109,119); }

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