Html Css Color HEX #CA6779 Charm

📋 copy color: '#CA6779'

red 202 ◦ green 103 ◦ blue 121

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

Shades of Charm #CA6779

Tints of Charm #CA6779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.18%

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 47.42%
G = 24.18%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA6779 (or 0xCA6779) is known color: Charm. HEX triplet: CA, 67 and 79. RGB value is (202,103,121). Sum of RGB (Red+Green+Blue) = 202+103+121=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6779 is #359886. Grayscale: #868686. Windows color (decimal): -3512455 or 7956426. OLE color: 7956426.

HSL color Cylindrical-coordinate representation of color #CA6779: hue angle of 349.09º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6779 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 103 121 -
CMYK 0 0.49 0.40 0.21
HSL 349.09º 0.48% 0.6% -
HSV(B) 349.09º 0.49% 0.79% -
XYZ 32.66 23.64 20.93 -
YUV 134.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 202 103 121 0 0.49 0.40 0.21 349.09 0.48 0.6
Hex CA 67 79 0 31 28 15 15D 30 3C
Octal 312 147 171 0 61 50 25 535 60 74
Binary 11001010 1100111 1111001 0 110001 101000 10101 101011101 110000 111100

Color Harmonies of #CA6779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6779

Black with #CA6779

Text Example


Text Example

White with #CA6779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6779; }

 p { color: rgb(202,103,121); }

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

background-color css

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

 a { background-color: rgb(202,103,121); }

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

border-color css

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

 span { border-color: rgb(202,103,121); }

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