Html Css Color HEX #CB898A Puce

📋 copy color: '#CB898A'

red 203 ◦ green 137 ◦ blue 138

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

Shades of Puce #CB898A

Tints of Puce #CB898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 42.47%
G = 28.66%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB898A (or 0xCB898A) is known color: Puce. HEX triplet: CB, 89 and 8A. RGB value is (203,137,138). Sum of RGB (Red+Green+Blue) = 203+137+138=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB898A is #347675. Grayscale: #9C9C9C. Windows color (decimal): -3438198 or 9079243. OLE color: 9079243.

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

Color convert

RGB 203 137 138 -
CMYK 0 0.33 0.32 0.20
HSL 359.09º 0.39% 0.67% -
HSV(B) 359.09º 0.33% 0.8% -
XYZ 38.16 32.42 28.29 -
YUV 156.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 203 137 138 0 0.33 0.32 0.20 359.09 0.39 0.67
Hex CB 89 8A 0 21 20 14 167 27 43
Octal 313 211 212 0 41 40 24 547 47 103
Binary 11001011 10001001 10001010 0 100001 100000 10100 101100111 100111 1000011

Color Harmonies of #CB898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB898A

Black with #CB898A

Text Example


Text Example

White with #CB898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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