Html Css Color HEX #C36022 Christine

📋 copy color: '#C36022'

red 195 ◦ green 96 ◦ blue 34

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

Shades of Christine #C36022

Tints of Christine #C36022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.46%

R = 60%
G = 29.54%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C36022 (or 0xC36022) is known color: Christine. HEX triplet: C3, 60 and 22. RGB value is (195,96,34). Sum of RGB (Red+Green+Blue) = 195+96+34=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C36022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36022 is #3C9FDD. Grayscale: #767676. Windows color (decimal): -3973086 or 2252995. OLE color: 2252995.

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

Color convert

RGB 195 96 34 -
CMYK 0 0.51 0.83 0.24
HSL 23.11º 0.7% 0.45% -
HSV(B) 23.11º 0.83% 0.76% -
XYZ 26.98 20.08 3.97 -
YUV 118.53 80.3 182.54 -
System Red Green Blue C M Y K H S L
Decimal 195 96 34 0 0.51 0.83 0.24 23.11 0.7 0.45
Hex C3 60 22 0 33 53 18 17 46 2D
Octal 303 140 42 0 63 123 30 27 106 55
Binary 11000011 1100000 100010 0 110011 1010011 11000 10111 1000110 101101

Color Harmonies of #C36022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36022

Black with #C36022

Text Example


Text Example

White with #C36022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36022; }

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

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

background-color css

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

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

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

border-color css

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

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

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