Html Css Color HEX #CA868B Puce

📋 copy color: '#CA868B'

red 202 ◦ green 134 ◦ blue 139

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

Shades of Puce #CA868B

Tints of Puce #CA868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.21%

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 42.53%
G = 28.21%
B = 29.26%

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

#CA868B (or 0xCA868B) is known color: Puce. HEX triplet: CA, 86 and 8B. RGB value is (202,134,139). Sum of RGB (Red+Green+Blue) = 202+134+139=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA868B is #357974. Grayscale: #9A9A9A. Windows color (decimal): -3504501 or 9144010. OLE color: 9144010.

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

Color convert

RGB 202 134 139 -
CMYK 0 0.34 0.31 0.21
HSL 355.59º 0.39% 0.66% -
HSV(B) 355.59º 0.34% 0.79% -
XYZ 37.54 31.47 28.52 -
YUV 154.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 202 134 139 0 0.34 0.31 0.21 355.59 0.39 0.66
Hex CA 86 8B 0 22 1F 15 164 27 42
Octal 312 206 213 0 42 37 25 544 47 102
Binary 11001010 10000110 10001011 0 100010 11111 10101 101100100 100111 1000010

Color Harmonies of #CA868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA868B

Black with #CA868B

Text Example


Text Example

White with #CA868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA868B; }

 p { color: rgb(202,134,139); }

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

background-color css

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

 a { background-color: rgb(202,134,139); }

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

border-color css

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

 span { border-color: rgb(202,134,139); }

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