Html Css Color HEX #C06025 Christine

📋 copy color: '#C06025'

red 192 ◦ green 96 ◦ blue 37

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

Shades of Christine #C06025

Tints of Christine #C06025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 59.08%
G = 29.54%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C06025 (or 0xC06025) is known color: Christine. HEX triplet: C0, 60 and 25. RGB value is (192,96,37). Sum of RGB (Red+Green+Blue) = 192+96+37=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C06025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06025 is #3F9FDA. Grayscale: #767676. Windows color (decimal): -4169691 or 2449600. OLE color: 2449600.

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

Color convert

RGB 192 96 37 -
CMYK 0 0.50 0.81 0.25
HSL 22.84º 0.68% 0.45% -
HSV(B) 22.84º 0.81% 0.75% -
XYZ 26.26 19.71 4.17 -
YUV 117.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 192 96 37 0 0.50 0.81 0.25 22.84 0.68 0.45
Hex C0 60 25 0 32 51 19 17 44 2D
Octal 300 140 45 0 62 121 31 27 104 55
Binary 11000000 1100000 100101 0 110010 1010001 11001 10111 1000100 101101

Color Harmonies of #C06025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06025

Black with #C06025

Text Example


Text Example

White with #C06025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06025; }

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

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

background-color css

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

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

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

border-color css

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

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

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