Html Css Color HEX #CB8288 Charm

📋 copy color: '#CB8288'

red 203 ◦ green 130 ◦ blue 136

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

Shades of Charm #CB8288

Tints of Charm #CB8288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

 BLUE value IS 136 (53.52% from 255) = 29%

R = 43.28%
G = 27.72%
B = 29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB8288 (or 0xCB8288) is known color: Charm. HEX triplet: CB, 82 and 88. RGB value is (203,130,136). Sum of RGB (Red+Green+Blue) = 203+130+136=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8288 is #347D77. Grayscale: #989898. Windows color (decimal): -3439992 or 8946379. OLE color: 8946379.

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

Color convert

RGB 203 130 136 -
CMYK 0 0.36 0.33 0.20
HSL 355.07º 0.41% 0.65% -
HSV(B) 355.07º 0.36% 0.8% -
XYZ 37.06 30.44 27.21 -
YUV 152.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 203 130 136 0 0.36 0.33 0.20 355.07 0.41 0.65
Hex CB 82 88 0 24 21 14 163 29 41
Octal 313 202 210 0 44 41 24 543 51 101
Binary 11001011 10000010 10001000 0 100100 100001 10100 101100011 101001 1000001

Color Harmonies of #CB8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8288

Black with #CB8288

Text Example


Text Example

White with #CB8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8288; }

 p { color: rgb(203,130,136); }

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

background-color css

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

 a { background-color: rgb(203,130,136); }

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

border-color css

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

 span { border-color: rgb(203,130,136); }

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