Html Css Color HEX #C06525 Christine

📋 copy color: '#C06525'

red 192 ◦ green 101 ◦ blue 37

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

Shades of Christine #C06525

Tints of Christine #C06525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 58.18%
G = 30.61%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C06525 (or 0xC06525) is known color: Christine. HEX triplet: C0, 65 and 25. RGB value is (192,101,37). Sum of RGB (Red+Green+Blue) = 192+101+37=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06525 is #3F9ADA. Grayscale: #797979. Windows color (decimal): -4168411 or 2450880. OLE color: 2450880.

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

Color convert

RGB 192 101 37 -
CMYK 0 0.47 0.81 0.25
HSL 24.77º 0.68% 0.45% -
HSV(B) 24.77º 0.81% 0.75% -
XYZ 26.73 20.65 4.33 -
YUV 120.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 192 101 37 0 0.47 0.81 0.25 24.77 0.68 0.45
Hex C0 65 25 0 2F 51 19 19 44 2D
Octal 300 145 45 0 57 121 31 31 104 55
Binary 11000000 1100101 100101 0 101111 1010001 11001 11001 1000100 101101

Color Harmonies of #C06525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06525

Black with #C06525

Text Example


Text Example

White with #C06525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06525; }

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

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

background-color css

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

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

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

border-color css

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

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

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