Html Css Color HEX #CA878D Puce

📋 copy color: '#CA878D'

red 202 ◦ green 135 ◦ blue 141

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

Shades of Puce #CA878D

Tints of Puce #CA878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.24%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 42.26%
G = 28.24%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA878D (or 0xCA878D) is known color: Puce. HEX triplet: CA, 87 and 8D. RGB value is (202,135,141). Sum of RGB (Red+Green+Blue) = 202+135+141=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA878D is #357872. Grayscale: #9B9B9B. Windows color (decimal): -3504243 or 9275338. OLE color: 9275338.

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

Color convert

RGB 202 135 141 -
CMYK 0 0.33 0.30 0.21
HSL 354.63º 0.39% 0.66% -
HSV(B) 354.63º 0.33% 0.79% -
XYZ 37.83 31.81 29.34 -
YUV 155.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 202 135 141 0 0.33 0.30 0.21 354.63 0.39 0.66
Hex CA 87 8D 0 21 1E 15 163 27 42
Octal 312 207 215 0 41 36 25 543 47 102
Binary 11001010 10000111 10001101 0 100001 11110 10101 101100011 100111 1000010

Color Harmonies of #CA878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA878D

Black with #CA878D

Text Example


Text Example

White with #CA878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA878D; }

 p { color: rgb(202,135,141); }

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

background-color css

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

 a { background-color: rgb(202,135,141); }

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

border-color css

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

 span { border-color: rgb(202,135,141); }

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