Html Css Color HEX #CB8991 Puce

📋 copy color: '#CB8991'

red 203 ◦ green 137 ◦ blue 145

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

Shades of Puce #CB8991

Tints of Puce #CB8991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.25%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 41.86%
G = 28.25%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB8991 (or 0xCB8991) is known color: Puce. HEX triplet: CB, 89 and 91. RGB value is (203,137,145). Sum of RGB (Red+Green+Blue) = 203+137+145=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8991 is #34766E. Grayscale: #9D9D9D. Windows color (decimal): -3438191 or 9537995. OLE color: 9537995.

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

Color convert

RGB 203 137 145 -
CMYK 0 0.33 0.29 0.20
HSL 352.73º 0.39% 0.67% -
HSV(B) 352.73º 0.33% 0.8% -
XYZ 38.69 32.63 31.05 -
YUV 157.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 203 137 145 0 0.33 0.29 0.20 352.73 0.39 0.67
Hex CB 89 91 0 21 1D 14 161 27 43
Octal 313 211 221 0 41 35 24 541 47 103
Binary 11001011 10001001 10010001 0 100001 11101 10100 101100001 100111 1000011

Color Harmonies of #CB8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8991

Black with #CB8991

Text Example


Text Example

White with #CB8991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8991; }

 p { color: rgb(203,137,145); }

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

background-color css

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

 a { background-color: rgb(203,137,145); }

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

border-color css

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

 span { border-color: rgb(203,137,145); }

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