Html Css Color HEX #CB888D Puce

📋 copy color: '#CB888D'

red 203 ◦ green 136 ◦ blue 141

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

Shades of Puce #CB888D

Tints of Puce #CB888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 42.29%
G = 28.33%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB888D (or 0xCB888D) is known color: Puce. HEX triplet: CB, 88 and 8D. RGB value is (203,136,141). Sum of RGB (Red+Green+Blue) = 203+136+141=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB888D is #347772. Grayscale: #9C9C9C. Windows color (decimal): -3438451 or 9275595. OLE color: 9275595.

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

Color convert

RGB 203 136 141 -
CMYK 0 0.33 0.31 0.20
HSL 355.52º 0.39% 0.66% -
HSV(B) 355.52º 0.33% 0.8% -
XYZ 38.24 32.23 29.4 -
YUV 156.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 203 136 141 0 0.33 0.31 0.20 355.52 0.39 0.66
Hex CB 88 8D 0 21 1F 14 164 27 42
Octal 313 210 215 0 41 37 24 544 47 102
Binary 11001011 10001000 10001101 0 100001 11111 10100 101100100 100111 1000010

Color Harmonies of #CB888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB888D

Black with #CB888D

Text Example


Text Example

White with #CB888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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