Html Css Color HEX #CA809B Puce

📋 copy color: '#CA809B'

red 202 ◦ green 128 ◦ blue 155

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

Shades of Puce #CA809B

Tints of Puce #CA809B

RGB

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

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

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

R = 41.65%
G = 26.39%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA809B (or 0xCA809B) is known color: Puce. HEX triplet: CA, 80 and 9B. RGB value is (202,128,155). Sum of RGB (Red+Green+Blue) = 202+128+155=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA809B is #357F64. Grayscale: #999999. Windows color (decimal): -3506021 or 10191050. OLE color: 10191050.

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

Color convert

RGB 202 128 155 -
CMYK 0 0.37 0.23 0.21
HSL 338.11º 0.41% 0.65% -
HSV(B) 338.11º 0.37% 0.79% -
XYZ 37.99 30.36 34.87 -
YUV 153.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 202 128 155 0 0.37 0.23 0.21 338.11 0.41 0.65
Hex CA 80 9B 0 25 17 15 152 29 41
Octal 312 200 233 0 45 27 25 522 51 101
Binary 11001010 10000000 10011011 0 100101 10111 10101 101010010 101001 1000001

Color Harmonies of #CA809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA809B

Black with #CA809B

Text Example


Text Example

White with #CA809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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