Html Css Color HEX #CA708C Charm

📋 copy color: '#CA708C'

red 202 ◦ green 112 ◦ blue 140

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

Shades of Charm #CA708C

Tints of Charm #CA708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

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

R = 44.49%
G = 24.67%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA708C (or 0xCA708C) is known color: Charm. HEX triplet: CA, 70 and 8C. RGB value is (202,112,140). Sum of RGB (Red+Green+Blue) = 202+112+140=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA708C is #358F73. Grayscale: #8E8E8E. Windows color (decimal): -3510132 or 9203914. OLE color: 9203914.

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

Color convert

RGB 202 112 140 -
CMYK 0 0.45 0.31 0.21
HSL 341.33º 0.46% 0.62% -
HSV(B) 341.33º 0.45% 0.79% -
XYZ 34.88 26.04 28 -
YUV 142.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 202 112 140 0 0.45 0.31 0.21 341.33 0.46 0.62
Hex CA 70 8C 0 2D 1F 15 155 2E 3E
Octal 312 160 214 0 55 37 25 525 56 76
Binary 11001010 1110000 10001100 0 101101 11111 10101 101010101 101110 111110

Color Harmonies of #CA708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA708C

Black with #CA708C

Text Example


Text Example

White with #CA708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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