Html Css Color HEX #C05824 Christine

📋 copy color: '#C05824'

red 192 ◦ green 88 ◦ blue 36

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

Shades of Christine #C05824

Tints of Christine #C05824

RGB

 RED value IS 192 (75.39% from 255) = 60.76%

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 36 (14.45% from 255) = 11.39%

R = 60.76%
G = 27.85%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C05824 (or 0xC05824) is known color: Christine. HEX triplet: C0, 58 and 24. RGB value is (192,88,36). Sum of RGB (Red+Green+Blue) = 192+88+36=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C05824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05824 is #3FA7DB. Grayscale: #717171. Windows color (decimal): -4171740 or 2382016. OLE color: 2382016.

HSL color Cylindrical-coordinate representation of color #C05824: hue angle of 20º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C05824 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 36 -
CMYK 0 0.54 0.81 0.25
HSL 20º 0.68% 0.45% -
HSV(B) 20º 0.81% 0.75% -
XYZ 25.55 18.31 3.86 -
YUV 113.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 192 88 36 0 0.54 0.81 0.25 20 0.68 0.45
Hex C0 58 24 0 36 51 19 14 44 2D
Octal 300 130 44 0 66 121 31 24 104 55
Binary 11000000 1011000 100100 0 110110 1010001 11001 10100 1000100 101101

Color Harmonies of #C05824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05824

Black with #C05824

Text Example


Text Example

White with #C05824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05824; }

 p { color: rgb(192,88,36); }

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

background-color css

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

 a { background-color: rgb(192,88,36); }

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

border-color css

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

 span { border-color: rgb(192,88,36); }

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