Html Css Color HEX #CA8093 Puce

📋 copy color: '#CA8093'

red 202 ◦ green 128 ◦ blue 147

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

Shades of Puce #CA8093

Tints of Puce #CA8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.83%

 BLUE value IS 147 (57.81% from 255) = 30.82%

R = 42.35%
G = 26.83%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA8093 (or 0xCA8093) is known color: Puce. HEX triplet: CA, 80 and 93. RGB value is (202,128,147). Sum of RGB (Red+Green+Blue) = 202+128+147=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8093 is #357F6C. Grayscale: #989898. Windows color (decimal): -3506029 or 9666762. OLE color: 9666762.

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

Color convert

RGB 202 128 147 -
CMYK 0 0.37 0.27 0.21
HSL 344.59º 0.41% 0.65% -
HSV(B) 344.59º 0.37% 0.79% -
XYZ 37.34 30.1 31.45 -
YUV 152.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 202 128 147 0 0.37 0.27 0.21 344.59 0.41 0.65
Hex CA 80 93 0 25 1B 15 159 29 41
Octal 312 200 223 0 45 33 25 531 51 101
Binary 11001010 10000000 10010011 0 100101 11011 10101 101011001 101001 1000001

Color Harmonies of #CA8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8093

Black with #CA8093

Text Example


Text Example

White with #CA8093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8093; }

 p { color: rgb(202,128,147); }

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

background-color css

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

 a { background-color: rgb(202,128,147); }

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

border-color css

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

 span { border-color: rgb(202,128,147); }

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