Html Css Color HEX #CA6B84 Charm

📋 copy color: '#CA6B84'

red 202 ◦ green 107 ◦ blue 132

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

Shades of Charm #CA6B84

Tints of Charm #CA6B84

RGB

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

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

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

R = 45.8%
G = 24.26%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA6B84 (or 0xCA6B84) is known color: Charm. HEX triplet: CA, 6B and 84. RGB value is (202,107,132). Sum of RGB (Red+Green+Blue) = 202+107+132=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B84 is #35947B. Grayscale: #8A8A8A. Windows color (decimal): -3511420 or 8678346. OLE color: 8678346.

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

Color convert

RGB 202 107 132 -
CMYK 0 0.47 0.35 0.21
HSL 344.21º 0.47% 0.61% -
HSV(B) 344.21º 0.47% 0.79% -
XYZ 33.78 24.74 24.82 -
YUV 138.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 202 107 132 0 0.47 0.35 0.21 344.21 0.47 0.61
Hex CA 6B 84 0 2F 23 15 158 2F 3D
Octal 312 153 204 0 57 43 25 530 57 75
Binary 11001010 1101011 10000100 0 101111 100011 10101 101011000 101111 111101

Color Harmonies of #CA6B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B84

Black with #CA6B84

Text Example


Text Example

White with #CA6B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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