Html Css Color HEX #C36025 Christine

📋 copy color: '#C36025'

red 195 ◦ green 96 ◦ blue 37

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

Shades of Christine #C36025

Tints of Christine #C36025

RGB

 RED value IS 195 (76.56% from 255) = 59.45%

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

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

R = 59.45%
G = 29.27%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C36025 (or 0xC36025) is known color: Christine. HEX triplet: C3, 60 and 25. RGB value is (195,96,37). Sum of RGB (Red+Green+Blue) = 195+96+37=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C36025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36025 is #3C9FDA. Grayscale: #777777. Windows color (decimal): -3973083 or 2449603. OLE color: 2449603.

HSL color Cylindrical-coordinate representation of color #C36025: hue angle of 22.41º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C36025 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 37 -
CMYK 0 0.51 0.81 0.24
HSL 22.41º 0.68% 0.45% -
HSV(B) 22.41º 0.81% 0.76% -
XYZ 27.02 20.1 4.21 -
YUV 118.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 195 96 37 0 0.51 0.81 0.24 22.41 0.68 0.45
Hex C3 60 25 0 33 51 18 16 44 2D
Octal 303 140 45 0 63 121 30 26 104 55
Binary 11000011 1100000 100101 0 110011 1010001 11000 10110 1000100 101101

Color Harmonies of #C36025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36025

Black with #C36025

Text Example


Text Example

White with #C36025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36025; }

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

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

background-color css

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

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

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

border-color css

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

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

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