Html Css Color HEX #CA6B76 Charm

📋 copy color: '#CA6B76'

red 202 ◦ green 107 ◦ blue 118

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

Shades of Charm #CA6B76

Tints of Charm #CA6B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 47.31%
G = 25.06%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA6B76 (or 0xCA6B76) is known color: Charm. HEX triplet: CA, 6B and 76. RGB value is (202,107,118). Sum of RGB (Red+Green+Blue) = 202+107+118=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B76 is #359489. Grayscale: #888888. Windows color (decimal): -3511434 or 7760842. OLE color: 7760842.

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

Color convert

RGB 202 107 118 -
CMYK 0 0.47 0.42 0.21
HSL 353.05º 0.47% 0.61% -
HSV(B) 353.05º 0.47% 0.79% -
XYZ 32.88 24.38 20.11 -
YUV 136.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 202 107 118 0 0.47 0.42 0.21 353.05 0.47 0.61
Hex CA 6B 76 0 2F 2A 15 161 2F 3D
Octal 312 153 166 0 57 52 25 541 57 75
Binary 11001010 1101011 1110110 0 101111 101010 10101 101100001 101111 111101

Color Harmonies of #CA6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B76

Black with #CA6B76

Text Example


Text Example

White with #CA6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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