Html Css Color HEX #CB898B Puce

📋 copy color: '#CB898B'

red 203 ◦ green 137 ◦ blue 139

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

Shades of Puce #CB898B

Tints of Puce #CB898B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 42.38%
G = 28.6%
B = 29.02%

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

#CB898B (or 0xCB898B) is known color: Puce. HEX triplet: CB, 89 and 8B. RGB value is (203,137,139). Sum of RGB (Red+Green+Blue) = 203+137+139=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB898B is #347674. Grayscale: #9D9D9D. Windows color (decimal): -3438197 or 9144779. OLE color: 9144779.

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

Color convert

RGB 203 137 139 -
CMYK 0 0.33 0.32 0.20
HSL 358.18º 0.39% 0.67% -
HSV(B) 358.18º 0.33% 0.8% -
XYZ 38.23 32.45 28.67 -
YUV 156.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 203 137 139 0 0.33 0.32 0.20 358.18 0.39 0.67
Hex CB 89 8B 0 21 20 14 166 27 43
Octal 313 211 213 0 41 40 24 546 47 103
Binary 11001011 10001001 10001011 0 100001 100000 10100 101100110 100111 1000011

Color Harmonies of #CB898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB898B

Black with #CB898B

Text Example


Text Example

White with #CB898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB898B; }

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

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

background-color css

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

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

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

border-color css

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

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

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