Html Css Color HEX #C7561F Christine

📋 copy color: '#C7561F'

red 199 ◦ green 86 ◦ blue 31

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

Shades of Christine #C7561F

Tints of Christine #C7561F

RGB

 RED value IS 199 (78.13% from 255) = 62.97%

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 62.97%
G = 27.22%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7561F (or 0xC7561F) is known color: Christine. HEX triplet: C7, 56 and 1F. RGB value is (199,86,31). Sum of RGB (Red+Green+Blue) = 199+86+31=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7561F is #38A9E0. Grayscale: #717171. Windows color (decimal): -3713505 or 2053831. OLE color: 2053831.

HSL color Cylindrical-coordinate representation of color #C7561F: hue angle of 19.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7561F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 86 31 -
CMYK 0 0.57 0.84 0.22
HSL 19.64º 0.73% 0.45% -
HSV(B) 19.64º 0.84% 0.78% -
XYZ 27.13 18.9 3.51 -
YUV 113.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 199 86 31 0 0.57 0.84 0.22 19.64 0.73 0.45
Hex C7 56 1F 0 39 54 16 14 49 2D
Octal 307 126 37 0 71 124 26 24 111 55
Binary 11000111 1010110 11111 0 111001 1010100 10110 10100 1001001 101101

Color Harmonies of #C7561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7561F

Black with #C7561F

Text Example


Text Example

White with #C7561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7561F; }

 p { color: rgb(199,86,31); }

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

background-color css

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

 a { background-color: rgb(199,86,31); }

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

border-color css

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

 span { border-color: rgb(199,86,31); }

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