Html Css Color HEX #CA8298 Puce

📋 copy color: '#CA8298'

red 202 ◦ green 130 ◦ blue 152

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

Shades of Puce #CA8298

Tints of Puce #CA8298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 41.74%
G = 26.86%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA8298 (or 0xCA8298) is known color: Puce. HEX triplet: CA, 82 and 98. RGB value is (202,130,152). Sum of RGB (Red+Green+Blue) = 202+130+152=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8298 is #357D67. Grayscale: #9A9A9A. Windows color (decimal): -3505512 or 9994954. OLE color: 9994954.

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

Color convert

RGB 202 130 152 -
CMYK 0 0.36 0.25 0.21
HSL 341.67º 0.4% 0.65% -
HSV(B) 341.67º 0.36% 0.79% -
XYZ 38.01 30.79 33.65 -
YUV 154.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 202 130 152 0 0.36 0.25 0.21 341.67 0.4 0.65
Hex CA 82 98 0 24 19 15 156 28 41
Octal 312 202 230 0 44 31 25 526 50 101
Binary 11001010 10000010 10011000 0 100100 11001 10101 101010110 101000 1000001

Color Harmonies of #CA8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8298

Black with #CA8298

Text Example


Text Example

White with #CA8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8298; }

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

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

background-color css

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

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

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

border-color css

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

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

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