Html Css Color HEX #CA858C Puce

📋 copy color: '#CA858C'

red 202 ◦ green 133 ◦ blue 140

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

Shades of Puce #CA858C

Tints of Puce #CA858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 42.53%
G = 28%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA858C (or 0xCA858C) is known color: Puce. HEX triplet: CA, 85 and 8C. RGB value is (202,133,140). Sum of RGB (Red+Green+Blue) = 202+133+140=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA858C is #357A73. Grayscale: #9A9A9A. Windows color (decimal): -3504756 or 9209290. OLE color: 9209290.

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

Color convert

RGB 202 133 140 -
CMYK 0 0.34 0.31 0.21
HSL 353.91º 0.39% 0.66% -
HSV(B) 353.91º 0.34% 0.79% -
XYZ 37.48 31.23 28.86 -
YUV 154.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 202 133 140 0 0.34 0.31 0.21 353.91 0.39 0.66
Hex CA 85 8C 0 22 1F 15 162 27 42
Octal 312 205 214 0 42 37 25 542 47 102
Binary 11001010 10000101 10001100 0 100010 11111 10101 101100010 100111 1000010

Color Harmonies of #CA858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA858C

Black with #CA858C

Text Example


Text Example

White with #CA858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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