Html Css Color HEX #CA898B Puce

📋 copy color: '#CA898B'

red 202 ◦ green 137 ◦ blue 139

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

Shades of Puce #CA898B

Tints of Puce #CA898B

RGB

 RED value IS 202 (79.3% from 255) = 42.26%

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

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

R = 42.26%
G = 28.66%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA898B (or 0xCA898B) is known color: Puce. HEX triplet: CA, 89 and 8B. RGB value is (202,137,139). Sum of RGB (Red+Green+Blue) = 202+137+139=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA898B is #357674. Grayscale: #9C9C9C. Windows color (decimal): -3503733 or 9144778. OLE color: 9144778.

HSL color Cylindrical-coordinate representation of color #CA898B: hue angle of 358.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA898B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 137 139 -
CMYK 0 0.32 0.31 0.21
HSL 358.15º 0.38% 0.66% -
HSV(B) 358.15º 0.32% 0.79% -
XYZ 37.96 32.31 28.66 -
YUV 156.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 202 137 139 0 0.32 0.31 0.21 358.15 0.38 0.66
Hex CA 89 8B 0 20 1F 15 166 26 42
Octal 312 211 213 0 40 37 25 546 46 102
Binary 11001010 10001001 10001011 0 100000 11111 10101 101100110 100110 1000010

Color Harmonies of #CA898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA898B

Black with #CA898B

Text Example


Text Example

White with #CA898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA898B; }

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

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

background-color css

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

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

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

border-color css

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

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

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