Html Css Color HEX #CB888B Puce

📋 copy color: '#CB888B'

red 203 ◦ green 136 ◦ blue 139

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

Shades of Puce #CB888B

Tints of Puce #CB888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.45%

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 42.47%
G = 28.45%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB888B (or 0xCB888B) is known color: Puce. HEX triplet: CB, 88 and 8B. RGB value is (203,136,139). Sum of RGB (Red+Green+Blue) = 203+136+139=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB888B is #347774. Grayscale: #9C9C9C. Windows color (decimal): -3438453 or 9144523. OLE color: 9144523.

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

Color convert

RGB 203 136 139 -
CMYK 0 0.33 0.32 0.20
HSL 357.31º 0.39% 0.66% -
HSV(B) 357.31º 0.33% 0.8% -
XYZ 38.09 32.17 28.63 -
YUV 156.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 203 136 139 0 0.33 0.32 0.20 357.31 0.39 0.66
Hex CB 88 8B 0 21 20 14 165 27 42
Octal 313 210 213 0 41 40 24 545 47 102
Binary 11001011 10001000 10001011 0 100001 100000 10100 101100101 100111 1000010

Color Harmonies of #CB888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB888B

Black with #CB888B

Text Example


Text Example

White with #CB888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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