Html Css Color HEX #CA878A Puce

📋 copy color: '#CA878A'

red 202 ◦ green 135 ◦ blue 138

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

Shades of Puce #CA878A

Tints of Puce #CA878A

RGB

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

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

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

R = 42.53%
G = 28.42%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA878A (or 0xCA878A) is known color: Puce. HEX triplet: CA, 87 and 8A. RGB value is (202,135,138). Sum of RGB (Red+Green+Blue) = 202+135+138=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA878A is #357875. Grayscale: #9B9B9B. Windows color (decimal): -3504246 or 9078730. OLE color: 9078730.

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

Color convert

RGB 202 135 138 -
CMYK 0 0.33 0.32 0.21
HSL 357.31º 0.39% 0.66% -
HSV(B) 357.31º 0.33% 0.79% -
XYZ 37.61 31.72 28.19 -
YUV 155.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 202 135 138 0 0.33 0.32 0.21 357.31 0.39 0.66
Hex CA 87 8A 0 21 20 15 165 27 42
Octal 312 207 212 0 41 40 25 545 47 102
Binary 11001010 10000111 10001010 0 100001 100000 10101 101100101 100111 1000010

Color Harmonies of #CA878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA878A

Black with #CA878A

Text Example


Text Example

White with #CA878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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