Html Css Color HEX #CB898E Puce

📋 copy color: '#CB898E'

red 203 ◦ green 137 ◦ blue 142

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

Shades of Puce #CB898E

Tints of Puce #CB898E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 42.12%
G = 28.42%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB898E (or 0xCB898E) is known color: Puce. HEX triplet: CB, 89 and 8E. RGB value is (203,137,142). Sum of RGB (Red+Green+Blue) = 203+137+142=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB898E is #347671. Grayscale: #9D9D9D. Windows color (decimal): -3438194 or 9341387. OLE color: 9341387.

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

Color convert

RGB 203 137 142 -
CMYK 0 0.33 0.30 0.20
HSL 355.45º 0.39% 0.67% -
HSV(B) 355.45º 0.33% 0.8% -
XYZ 38.46 32.54 29.85 -
YUV 157.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 203 137 142 0 0.33 0.30 0.20 355.45 0.39 0.67
Hex CB 89 8E 0 21 1E 14 163 27 43
Octal 313 211 216 0 41 36 24 543 47 103
Binary 11001011 10001001 10001110 0 100001 11110 10100 101100011 100111 1000011

Color Harmonies of #CB898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB898E

Black with #CB898E

Text Example


Text Example

White with #CB898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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