Html Css Color HEX #C65925 Christine

📋 copy color: '#C65925'

red 198 ◦ green 89 ◦ blue 37

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

Shades of Christine #C65925

Tints of Christine #C65925

RGB

 RED value IS 198 (77.73% from 255) = 61.11%

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 61.11%
G = 27.47%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C65925 (or 0xC65925) is known color: Christine. HEX triplet: C6, 59 and 25. RGB value is (198,89,37). Sum of RGB (Red+Green+Blue) = 198+89+37=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C65925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65925 is #39A6DA. Grayscale: #737373. Windows color (decimal): -3778267 or 2447814. OLE color: 2447814.

HSL color Cylindrical-coordinate representation of color #C65925: hue angle of 19.38º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C65925 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 89 37 -
CMYK 0 0.55 0.81 0.22
HSL 19.38º 0.69% 0.46% -
HSV(B) 19.38º 0.81% 0.78% -
XYZ 27.2 19.28 4.04 -
YUV 115.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 198 89 37 0 0.55 0.81 0.22 19.38 0.69 0.46
Hex C6 59 25 0 37 51 16 13 45 2E
Octal 306 131 45 0 67 121 26 23 105 56
Binary 11000110 1011001 100101 0 110111 1010001 10110 10011 1000101 101110

Color Harmonies of #C65925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65925

Black with #C65925

Text Example


Text Example

White with #C65925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65925; }

 p { color: rgb(198,89,37); }

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

background-color css

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

 a { background-color: rgb(198,89,37); }

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

border-color css

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

 span { border-color: rgb(198,89,37); }

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