Html Css Color HEX #CB898F Puce

📋 copy color: '#CB898F'

red 203 ◦ green 137 ◦ blue 143

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

Shades of Puce #CB898F

Tints of Puce #CB898F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 42.03%
G = 28.36%
B = 29.61%

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

#CB898F (or 0xCB898F) is known color: Puce. HEX triplet: CB, 89 and 8F. RGB value is (203,137,143). Sum of RGB (Red+Green+Blue) = 203+137+143=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB898F is #347670. Grayscale: #9D9D9D. Windows color (decimal): -3438193 or 9406923. OLE color: 9406923.

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

Color convert

RGB 203 137 143 -
CMYK 0 0.33 0.30 0.20
HSL 354.55º 0.39% 0.67% -
HSV(B) 354.55º 0.33% 0.8% -
XYZ 38.53 32.57 30.24 -
YUV 157.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 203 137 143 0 0.33 0.30 0.20 354.55 0.39 0.67
Hex CB 89 8F 0 21 1E 14 163 27 43
Octal 313 211 217 0 41 36 24 543 47 103
Binary 11001011 10001001 10001111 0 100001 11110 10100 101100011 100111 1000011

Color Harmonies of #CB898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB898F

Black with #CB898F

Text Example


Text Example

White with #CB898F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB898F; }

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

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

background-color css

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

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

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

border-color css

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

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

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