Html Css Color HEX #CB8898 Puce

📋 copy color: '#CB8898'

red 203 ◦ green 136 ◦ blue 152

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

Shades of Puce #CB8898

Tints of Puce #CB8898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.96%

R = 41.34%
G = 27.7%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB8898 (or 0xCB8898) is known color: Puce. HEX triplet: CB, 88 and 98. RGB value is (203,136,152). Sum of RGB (Red+Green+Blue) = 203+136+152=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8898 is #347767. Grayscale: #9D9D9D. Windows color (decimal): -3438440 or 9996491. OLE color: 9996491.

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

Color convert

RGB 203 136 152 -
CMYK 0 0.33 0.25 0.20
HSL 345.67º 0.39% 0.66% -
HSV(B) 345.67º 0.33% 0.8% -
XYZ 39.1 32.57 33.93 -
YUV 157.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 203 136 152 0 0.33 0.25 0.20 345.67 0.39 0.66
Hex CB 88 98 0 21 19 14 15A 27 42
Octal 313 210 230 0 41 31 24 532 47 102
Binary 11001011 10001000 10011000 0 100001 11001 10100 101011010 100111 1000010

Color Harmonies of #CB8898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8898

Black with #CB8898

Text Example


Text Example

White with #CB8898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8898; }

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

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

background-color css

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

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

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

border-color css

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

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

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