Html Css Color HEX #CA6B78 Charm

📋 copy color: '#CA6B78'

red 202 ◦ green 107 ◦ blue 120

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

Shades of Charm #CA6B78

Tints of Charm #CA6B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

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

R = 47.09%
G = 24.94%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA6B78 (or 0xCA6B78) is known color: Charm. HEX triplet: CA, 6B and 78. RGB value is (202,107,120). Sum of RGB (Red+Green+Blue) = 202+107+120=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B78 is #359487. Grayscale: #888888. Windows color (decimal): -3511432 or 7891914. OLE color: 7891914.

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

Color convert

RGB 202 107 120 -
CMYK 0 0.47 0.41 0.21
HSL 351.79º 0.47% 0.61% -
HSV(B) 351.79º 0.47% 0.79% -
XYZ 33 24.43 20.74 -
YUV 136.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 202 107 120 0 0.47 0.41 0.21 351.79 0.47 0.61
Hex CA 6B 78 0 2F 29 15 160 2F 3D
Octal 312 153 170 0 57 51 25 540 57 75
Binary 11001010 1101011 1111000 0 101111 101001 10101 101100000 101111 111101

Color Harmonies of #CA6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B78

Black with #CA6B78

Text Example


Text Example

White with #CA6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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