Html Css Color HEX #CA6683 Charm

📋 copy color: '#CA6683'

red 202 ◦ green 102 ◦ blue 131

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

Shades of Charm #CA6683

Tints of Charm #CA6683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 46.44%
G = 23.45%
B = 30.11%

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

#CA6683 (or 0xCA6683) is known color: Charm. HEX triplet: CA, 66 and 83. RGB value is (202,102,131). Sum of RGB (Red+Green+Blue) = 202+102+131=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6683 is #35997C. Grayscale: #878787. Windows color (decimal): -3512701 or 8611530. OLE color: 8611530.

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

Color convert

RGB 202 102 131 -
CMYK 0 0.50 0.35 0.21
HSL 342.6º 0.49% 0.6% -
HSV(B) 342.6º 0.5% 0.79% -
XYZ 33.21 23.7 24.3 -
YUV 135.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 202 102 131 0 0.50 0.35 0.21 342.6 0.49 0.6
Hex CA 66 83 0 32 23 15 157 31 3C
Octal 312 146 203 0 62 43 25 527 61 74
Binary 11001010 1100110 10000011 0 110010 100011 10101 101010111 110001 111100

Color Harmonies of #CA6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6683

Black with #CA6683

Text Example


Text Example

White with #CA6683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6683; }

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

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

background-color css

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

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

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

border-color css

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

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

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