Html Css Color HEX #CA848E Puce

📋 copy color: '#CA848E'

red 202 ◦ green 132 ◦ blue 142

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

Shades of Puce #CA848E

Tints of Puce #CA848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 42.44%
G = 27.73%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA848E (or 0xCA848E) is known color: Puce. HEX triplet: CA, 84 and 8E. RGB value is (202,132,142). Sum of RGB (Red+Green+Blue) = 202+132+142=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA848E is #357B71. Grayscale: #9A9A9A. Windows color (decimal): -3505010 or 9340106. OLE color: 9340106.

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

Color convert

RGB 202 132 142 -
CMYK 0 0.35 0.30 0.21
HSL 351.43º 0.4% 0.65% -
HSV(B) 351.43º 0.35% 0.79% -
XYZ 37.49 31.01 29.6 -
YUV 154.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 202 132 142 0 0.35 0.30 0.21 351.43 0.4 0.65
Hex CA 84 8E 0 23 1E 15 15F 28 41
Octal 312 204 216 0 43 36 25 537 50 101
Binary 11001010 10000100 10001110 0 100011 11110 10101 101011111 101000 1000001

Color Harmonies of #CA848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA848E

Black with #CA848E

Text Example


Text Example

White with #CA848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA848E; }

 p { color: rgb(202,132,142); }

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

background-color css

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

 a { background-color: rgb(202,132,142); }

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

border-color css

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

 span { border-color: rgb(202,132,142); }

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