Html Css Color HEX #CA677E Charm

📋 copy color: '#CA677E'

red 202 ◦ green 103 ◦ blue 126

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

Shades of Charm #CA677E

Tints of Charm #CA677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.9%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 46.87%
G = 23.9%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA677E (or 0xCA677E) is known color: Charm. HEX triplet: CA, 67 and 7E. RGB value is (202,103,126). Sum of RGB (Red+Green+Blue) = 202+103+126=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA677E is #359881. Grayscale: #878787. Windows color (decimal): -3512450 or 8284106. OLE color: 8284106.

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

Color convert

RGB 202 103 126 -
CMYK 0 0.49 0.38 0.21
HSL 346.06º 0.48% 0.6% -
HSV(B) 346.06º 0.49% 0.79% -
XYZ 32.97 23.76 22.59 -
YUV 135.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 202 103 126 0 0.49 0.38 0.21 346.06 0.48 0.6
Hex CA 67 7E 0 31 26 15 15A 30 3C
Octal 312 147 176 0 61 46 25 532 60 74
Binary 11001010 1100111 1111110 0 110001 100110 10101 101011010 110000 111100

Color Harmonies of #CA677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA677E

Black with #CA677E

Text Example


Text Example

White with #CA677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA677E; }

 p { color: rgb(202,103,126); }

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

background-color css

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

 a { background-color: rgb(202,103,126); }

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

border-color css

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

 span { border-color: rgb(202,103,126); }

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