Html Css Color HEX #C05725 Christine

📋 copy color: '#C05725'

red 192 ◦ green 87 ◦ blue 37

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

Shades of Christine #C05725

Tints of Christine #C05725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 60.76%
G = 27.53%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C05725 (or 0xC05725) is known color: Christine. HEX triplet: C0, 57 and 25. RGB value is (192,87,37). Sum of RGB (Red+Green+Blue) = 192+87+37=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C05725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05725 is #3FA8DA. Grayscale: #717171. Windows color (decimal): -4171995 or 2447296. OLE color: 2447296.

HSL color Cylindrical-coordinate representation of color #C05725: hue angle of 19.35º 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 #C05725 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 37 -
CMYK 0 0.55 0.81 0.25
HSL 19.35º 0.68% 0.45% -
HSV(B) 19.35º 0.81% 0.75% -
XYZ 25.48 18.16 3.91 -
YUV 112.7 85.29 184.57 -
System Red Green Blue C M Y K H S L
Decimal 192 87 37 0 0.55 0.81 0.25 19.35 0.68 0.45
Hex C0 57 25 0 37 51 19 13 44 2D
Octal 300 127 45 0 67 121 31 23 104 55
Binary 11000000 1010111 100101 0 110111 1010001 11001 10011 1000100 101101

Color Harmonies of #C05725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05725

Black with #C05725

Text Example


Text Example

White with #C05725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05725; }

 p { color: rgb(192,87,37); }

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

background-color css

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

 a { background-color: rgb(192,87,37); }

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

border-color css

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

 span { border-color: rgb(192,87,37); }

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