Html Css Color HEX #CA819B Puce

📋 copy color: '#CA819B'

red 202 ◦ green 129 ◦ blue 155

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

Shades of Puce #CA819B

Tints of Puce #CA819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.54%

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

R = 41.56%
G = 26.54%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA819B (or 0xCA819B) is known color: Puce. HEX triplet: CA, 81 and 9B. RGB value is (202,129,155). Sum of RGB (Red+Green+Blue) = 202+129+155=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA819B is #357E64. Grayscale: #999999. Windows color (decimal): -3505765 or 10191306. OLE color: 10191306.

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

Color convert

RGB 202 129 155 -
CMYK 0 0.36 0.23 0.21
HSL 338.63º 0.41% 0.65% -
HSV(B) 338.63º 0.36% 0.79% -
XYZ 38.12 30.62 34.91 -
YUV 153.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 202 129 155 0 0.36 0.23 0.21 338.63 0.41 0.65
Hex CA 81 9B 0 24 17 15 153 29 41
Octal 312 201 233 0 44 27 25 523 51 101
Binary 11001010 10000001 10011011 0 100100 10111 10101 101010011 101001 1000001

Color Harmonies of #CA819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA819B

Black with #CA819B

Text Example


Text Example

White with #CA819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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