Html Css Color HEX #CA8296 Puce

📋 copy color: '#CA8296'

red 202 ◦ green 130 ◦ blue 150

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

Shades of Puce #CA8296

Tints of Puce #CA8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 41.91%
G = 26.97%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA8296 (or 0xCA8296) is known color: Puce. HEX triplet: CA, 82 and 96. RGB value is (202,130,150). Sum of RGB (Red+Green+Blue) = 202+130+150=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8296 is #357D69. Grayscale: #999999. Windows color (decimal): -3505514 or 9863882. OLE color: 9863882.

HSL color Cylindrical-coordinate representation of color #CA8296: hue angle of 343.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8296 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 150 -
CMYK 0 0.36 0.26 0.21
HSL 343.33º 0.4% 0.65% -
HSV(B) 343.33º 0.36% 0.79% -
XYZ 37.84 30.72 32.79 -
YUV 153.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 202 130 150 0 0.36 0.26 0.21 343.33 0.4 0.65
Hex CA 82 96 0 24 1A 15 157 28 41
Octal 312 202 226 0 44 32 25 527 50 101
Binary 11001010 10000010 10010110 0 100100 11010 10101 101010111 101000 1000001

Color Harmonies of #CA8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8296

Black with #CA8296

Text Example


Text Example

White with #CA8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8296; }

 p { color: rgb(202,130,150); }

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

background-color css

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

 a { background-color: rgb(202,130,150); }

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

border-color css

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

 span { border-color: rgb(202,130,150); }

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