Html Css Color HEX #C5642F Christine

📋 copy color: '#C5642F'

red 197 ◦ green 100 ◦ blue 47

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

Shades of Christine #C5642F

Tints of Christine #C5642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 57.27%
G = 29.07%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5642F (or 0xC5642F) is known color: Christine. HEX triplet: C5, 64 and 2F. RGB value is (197,100,47). Sum of RGB (Red+Green+Blue) = 197+100+47=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5642F is #3A9BD0. Grayscale: #7B7B7B. Windows color (decimal): -3840977 or 3105989. OLE color: 3105989.

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

Color convert

RGB 197 100 47 -
CMYK 0 0.49 0.76 0.23
HSL 21.2º 0.61% 0.48% -
HSV(B) 21.2º 0.76% 0.77% -
XYZ 28.1 21.19 5.3 -
YUV 122.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 197 100 47 0 0.49 0.76 0.23 21.2 0.61 0.48
Hex C5 64 2F 0 31 4C 17 15 3D 30
Octal 305 144 57 0 61 114 27 25 75 60
Binary 11000101 1100100 101111 0 110001 1001100 10111 10101 111101 110000

Color Harmonies of #C5642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5642F

Black with #C5642F

Text Example


Text Example

White with #C5642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5642F; }

 p { color: rgb(197,100,47); }

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

background-color css

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

 a { background-color: rgb(197,100,47); }

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

border-color css

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

 span { border-color: rgb(197,100,47); }

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