Html Css Color HEX #CA6D78 Charm

📋 copy color: '#CA6D78'

red 202 ◦ green 109 ◦ blue 120

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

Shades of Charm #CA6D78

Tints of Charm #CA6D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 46.87%
G = 25.29%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA6D78 (or 0xCA6D78) is known color: Charm. HEX triplet: CA, 6D and 78. RGB value is (202,109,120). Sum of RGB (Red+Green+Blue) = 202+109+120=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D78 is #359287. Grayscale: #8A8A8A. Windows color (decimal): -3510920 or 7892426. OLE color: 7892426.

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

Color convert

RGB 202 109 120 -
CMYK 0 0.46 0.41 0.21
HSL 352.9º 0.47% 0.61% -
HSV(B) 352.9º 0.46% 0.79% -
XYZ 33.22 24.85 20.82 -
YUV 138.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 202 109 120 0 0.46 0.41 0.21 352.9 0.47 0.61
Hex CA 6D 78 0 2E 29 15 161 2F 3D
Octal 312 155 170 0 56 51 25 541 57 75
Binary 11001010 1101101 1111000 0 101110 101001 10101 101100001 101111 111101

Color Harmonies of #CA6D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D78

Black with #CA6D78

Text Example


Text Example

White with #CA6D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D78; }

 p { color: rgb(202,109,120); }

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

background-color css

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

 a { background-color: rgb(202,109,120); }

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

border-color css

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

 span { border-color: rgb(202,109,120); }

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