Html Css Color HEX #CA859A Puce

📋 copy color: '#CA859A'

red 202 ◦ green 133 ◦ blue 154

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

Shades of Puce #CA859A

Tints of Puce #CA859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 41.31%
G = 27.2%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA859A (or 0xCA859A) is known color: Puce. HEX triplet: CA, 85 and 9A. RGB value is (202,133,154). Sum of RGB (Red+Green+Blue) = 202+133+154=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA859A is #357A65. Grayscale: #9C9C9C. Windows color (decimal): -3504742 or 10126794. OLE color: 10126794.

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

Color convert

RGB 202 133 154 -
CMYK 0 0.34 0.24 0.21
HSL 341.74º 0.39% 0.66% -
HSV(B) 341.74º 0.34% 0.79% -
XYZ 38.58 31.66 34.65 -
YUV 156.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 202 133 154 0 0.34 0.24 0.21 341.74 0.39 0.66
Hex CA 85 9A 0 22 18 15 156 27 42
Octal 312 205 232 0 42 30 25 526 47 102
Binary 11001010 10000101 10011010 0 100010 11000 10101 101010110 100111 1000010

Color Harmonies of #CA859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA859A

Black with #CA859A

Text Example


Text Example

White with #CA859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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