Html Css Color HEX #CA7683 Charm

📋 copy color: '#CA7683'

red 202 ◦ green 118 ◦ blue 131

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

Shades of Charm #CA7683

Tints of Charm #CA7683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

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

R = 44.79%
G = 26.16%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA7683 (or 0xCA7683) is known color: Charm. HEX triplet: CA, 76 and 83. RGB value is (202,118,131). Sum of RGB (Red+Green+Blue) = 202+118+131=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7683 is #35897C. Grayscale: #909090. Windows color (decimal): -3508605 or 8615626. OLE color: 8615626.

HSL color Cylindrical-coordinate representation of color #CA7683: hue angle of 350.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7683 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 131 -
CMYK 0 0.42 0.35 0.21
HSL 350.71º 0.44% 0.63% -
HSV(B) 350.71º 0.42% 0.79% -
XYZ 34.93 27.15 24.87 -
YUV 144.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 202 118 131 0 0.42 0.35 0.21 350.71 0.44 0.63
Hex CA 76 83 0 2A 23 15 15F 2C 3F
Octal 312 166 203 0 52 43 25 537 54 77
Binary 11001010 1110110 10000011 0 101010 100011 10101 101011111 101100 111111

Color Harmonies of #CA7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7683

Black with #CA7683

Text Example


Text Example

White with #CA7683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7683; }

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

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

background-color css

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

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

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

border-color css

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

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

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