Html Css Color HEX #CA858A Puce

📋 copy color: '#CA858A'

red 202 ◦ green 133 ◦ blue 138

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

Shades of Puce #CA858A

Tints of Puce #CA858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.12%

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

R = 42.71%
G = 28.12%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA858A (or 0xCA858A) is known color: Puce. HEX triplet: CA, 85 and 8A. RGB value is (202,133,138). Sum of RGB (Red+Green+Blue) = 202+133+138=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA858A is #357A75. Grayscale: #9A9A9A. Windows color (decimal): -3504758 or 9078218. OLE color: 9078218.

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

Color convert

RGB 202 133 138 -
CMYK 0 0.34 0.32 0.21
HSL 355.65º 0.39% 0.66% -
HSV(B) 355.65º 0.34% 0.79% -
XYZ 37.33 31.17 28.09 -
YUV 154.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 202 133 138 0 0.34 0.32 0.21 355.65 0.39 0.66
Hex CA 85 8A 0 22 20 15 164 27 42
Octal 312 205 212 0 42 40 25 544 47 102
Binary 11001010 10000101 10001010 0 100010 100000 10101 101100100 100111 1000010

Color Harmonies of #CA858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA858A

Black with #CA858A

Text Example


Text Example

White with #CA858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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