Html Css Color HEX #C65825 Christine

📋 copy color: '#C65825'

red 198 ◦ green 88 ◦ blue 37

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

Shades of Christine #C65825

Tints of Christine #C65825

RGB

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

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

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

R = 61.3%
G = 27.24%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C65825 (or 0xC65825) is known color: Christine. HEX triplet: C6, 58 and 25. RGB value is (198,88,37). Sum of RGB (Red+Green+Blue) = 198+88+37=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C65825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65825 is #39A7DA. Grayscale: #737373. Windows color (decimal): -3778523 or 2447558. OLE color: 2447558.

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

Color convert

RGB 198 88 37 -
CMYK 0 0.56 0.81 0.22
HSL 19.01º 0.69% 0.46% -
HSV(B) 19.01º 0.81% 0.78% -
XYZ 27.11 19.12 4.01 -
YUV 115.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 198 88 37 0 0.56 0.81 0.22 19.01 0.69 0.46
Hex C6 58 25 0 38 51 16 13 45 2E
Octal 306 130 45 0 70 121 26 23 105 56
Binary 11000110 1011000 100101 0 111000 1010001 10110 10011 1000101 101110

Color Harmonies of #C65825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65825

Black with #C65825

Text Example


Text Example

White with #C65825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65825; }

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

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

background-color css

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

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

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

border-color css

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

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

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