Html Css Color HEX #CA859B Puce

📋 copy color: '#CA859B'

red 202 ◦ green 133 ◦ blue 155

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

Shades of Puce #CA859B

Tints of Puce #CA859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 41.22%
G = 27.14%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA859B (or 0xCA859B) is known color: Puce. HEX triplet: CA, 85 and 9B. RGB value is (202,133,155). Sum of RGB (Red+Green+Blue) = 202+133+155=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA859B is #357A64. Grayscale: #9C9C9C. Windows color (decimal): -3504741 or 10192330. OLE color: 10192330.

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

Color convert

RGB 202 133 155 -
CMYK 0 0.34 0.23 0.21
HSL 340.87º 0.39% 0.66% -
HSV(B) 340.87º 0.34% 0.79% -
XYZ 38.66 31.7 35.09 -
YUV 156.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 202 133 155 0 0.34 0.23 0.21 340.87 0.39 0.66
Hex CA 85 9B 0 22 17 15 155 27 42
Octal 312 205 233 0 42 27 25 525 47 102
Binary 11001010 10000101 10011011 0 100010 10111 10101 101010101 100111 1000010

Color Harmonies of #CA859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA859B

Black with #CA859B

Text Example


Text Example

White with #CA859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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