Html Css Color HEX #CB888A Puce

📋 copy color: '#CB888A'

red 203 ◦ green 136 ◦ blue 138

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

Shades of Puce #CB888A

Tints of Puce #CB888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 42.56%
G = 28.51%
B = 28.93%

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

#CB888A (or 0xCB888A) is known color: Puce. HEX triplet: CB, 88 and 8A. RGB value is (203,136,138). Sum of RGB (Red+Green+Blue) = 203+136+138=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB888A is #347775. Grayscale: #9C9C9C. Windows color (decimal): -3438454 or 9078987. OLE color: 9078987.

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

Color convert

RGB 203 136 138 -
CMYK 0 0.33 0.32 0.20
HSL 358.21º 0.39% 0.66% -
HSV(B) 358.21º 0.33% 0.8% -
XYZ 38.02 32.14 28.24 -
YUV 156.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 203 136 138 0 0.33 0.32 0.20 358.21 0.39 0.66
Hex CB 88 8A 0 21 20 14 166 27 42
Octal 313 210 212 0 41 40 24 546 47 102
Binary 11001011 10001000 10001010 0 100001 100000 10100 101100110 100111 1000010

Color Harmonies of #CB888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB888A

Black with #CB888A

Text Example


Text Example

White with #CB888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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