Html Css Color HEX #CB8990 Puce

📋 copy color: '#CB8990'

red 203 ◦ green 137 ◦ blue 144

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

Shades of Puce #CB8990

Tints of Puce #CB8990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 41.94%
G = 28.31%
B = 29.75%

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

#CB8990 (or 0xCB8990) is known color: Puce. HEX triplet: CB, 89 and 90. RGB value is (203,137,144). Sum of RGB (Red+Green+Blue) = 203+137+144=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8990 is #34766F. Grayscale: #9D9D9D. Windows color (decimal): -3438192 or 9472459. OLE color: 9472459.

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

Color convert

RGB 203 137 144 -
CMYK 0 0.33 0.29 0.20
HSL 353.64º 0.39% 0.67% -
HSV(B) 353.64º 0.33% 0.8% -
XYZ 38.61 32.6 30.64 -
YUV 157.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 203 137 144 0 0.33 0.29 0.20 353.64 0.39 0.67
Hex CB 89 90 0 21 1D 14 162 27 43
Octal 313 211 220 0 41 35 24 542 47 103
Binary 11001011 10001001 10010000 0 100001 11101 10100 101100010 100111 1000011

Color Harmonies of #CB8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8990

Black with #CB8990

Text Example


Text Example

White with #CB8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8990; }

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

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

background-color css

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

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

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

border-color css

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

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

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