Html Css Color HEX #C5682D Christine

📋 copy color: '#C5682D'

red 197 ◦ green 104 ◦ blue 45

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

Shades of Christine #C5682D

Tints of Christine #C5682D

RGB

 RED value IS 197 (77.34% from 255) = 56.94%

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 56.94%
G = 30.06%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5682D (or 0xC5682D) is known color: Christine. HEX triplet: C5, 68 and 2D. RGB value is (197,104,45). Sum of RGB (Red+Green+Blue) = 197+104+45=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5682D is #3A97D2. Grayscale: #7D7D7D. Windows color (decimal): -3839955 or 2975941. OLE color: 2975941.

HSL color Cylindrical-coordinate representation of color #C5682D: hue angle of 23.29º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5682D is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 104 45 -
CMYK 0 0.47 0.77 0.23
HSL 23.29º 0.63% 0.47% -
HSV(B) 23.29º 0.77% 0.77% -
XYZ 28.45 21.96 5.22 -
YUV 125.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 197 104 45 0 0.47 0.77 0.23 23.29 0.63 0.47
Hex C5 68 2D 0 2F 4D 17 17 3F 2F
Octal 305 150 55 0 57 115 27 27 77 57
Binary 11000101 1101000 101101 0 101111 1001101 10111 10111 111111 101111

Color Harmonies of #C5682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5682D

Black with #C5682D

Text Example


Text Example

White with #C5682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5682D; }

 p { color: rgb(197,104,45); }

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

background-color css

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

 a { background-color: rgb(197,104,45); }

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

border-color css

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

 span { border-color: rgb(197,104,45); }

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