Html Css Color HEX #CA6684 Charm

📋 copy color: '#CA6684'

red 202 ◦ green 102 ◦ blue 132

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

Shades of Charm #CA6684

Tints of Charm #CA6684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 46.33%
G = 23.39%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA6684 (or 0xCA6684) is known color: Charm. HEX triplet: CA, 66 and 84. RGB value is (202,102,132). Sum of RGB (Red+Green+Blue) = 202+102+132=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6684 is #35997B. Grayscale: #878787. Windows color (decimal): -3512700 or 8677066. OLE color: 8677066.

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

Color convert

RGB 202 102 132 -
CMYK 0 0.50 0.35 0.21
HSL 342º 0.49% 0.6% -
HSV(B) 342º 0.5% 0.79% -
XYZ 33.27 23.73 24.66 -
YUV 135.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 202 102 132 0 0.50 0.35 0.21 342 0.49 0.6
Hex CA 66 84 0 32 23 15 156 31 3C
Octal 312 146 204 0 62 43 25 526 61 74
Binary 11001010 1100110 10000100 0 110010 100011 10101 101010110 110001 111100

Color Harmonies of #CA6684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6684

Black with #CA6684

Text Example


Text Example

White with #CA6684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6684; }

 p { color: rgb(202,102,132); }

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

background-color css

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

 a { background-color: rgb(202,102,132); }

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

border-color css

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

 span { border-color: rgb(202,102,132); }

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