Html Css Color HEX #CA838C Puce

📋 copy color: '#CA838C'

red 202 ◦ green 131 ◦ blue 140

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

Shades of Puce #CA838C

Tints of Puce #CA838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.7%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 42.71%
G = 27.7%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA838C (or 0xCA838C) is known color: Puce. HEX triplet: CA, 83 and 8C. RGB value is (202,131,140). Sum of RGB (Red+Green+Blue) = 202+131+140=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA838C is #357C73. Grayscale: #999999. Windows color (decimal): -3505268 or 9208778. OLE color: 9208778.

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

Color convert

RGB 202 131 140 -
CMYK 0 0.35 0.31 0.21
HSL 352.39º 0.4% 0.65% -
HSV(B) 352.39º 0.35% 0.79% -
XYZ 37.21 30.68 28.77 -
YUV 153.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 202 131 140 0 0.35 0.31 0.21 352.39 0.4 0.65
Hex CA 83 8C 0 23 1F 15 160 28 41
Octal 312 203 214 0 43 37 25 540 50 101
Binary 11001010 10000011 10001100 0 100011 11111 10101 101100000 101000 1000001

Color Harmonies of #CA838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA838C

Black with #CA838C

Text Example


Text Example

White with #CA838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA838C; }

 p { color: rgb(202,131,140); }

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

background-color css

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

 a { background-color: rgb(202,131,140); }

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

border-color css

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

 span { border-color: rgb(202,131,140); }

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