Html Css Color HEX #C36330 Christine

📋 copy color: '#C36330'

red 195 ◦ green 99 ◦ blue 48

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

Shades of Christine #C36330

Tints of Christine #C36330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 57.02%
G = 28.95%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C36330 (or 0xC36330) is known color: Christine. HEX triplet: C3, 63 and 30. RGB value is (195,99,48). Sum of RGB (Red+Green+Blue) = 195+99+48=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C36330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36330 is #3C9CCF. Grayscale: #7A7A7A. Windows color (decimal): -3972304 or 3171267. OLE color: 3171267.

HSL color Cylindrical-coordinate representation of color #C36330: hue angle of 20.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C36330 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 48 -
CMYK 0 0.49 0.75 0.24
HSL 20.82º 0.6% 0.48% -
HSV(B) 20.82º 0.75% 0.76% -
XYZ 27.5 20.74 5.35 -
YUV 121.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 195 99 48 0 0.49 0.75 0.24 20.82 0.6 0.48
Hex C3 63 30 0 31 4B 18 15 3C 30
Octal 303 143 60 0 61 113 30 25 74 60
Binary 11000011 1100011 110000 0 110001 1001011 11000 10101 111100 110000

Color Harmonies of #C36330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36330

Black with #C36330

Text Example


Text Example

White with #C36330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36330; }

 p { color: rgb(195,99,48); }

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

background-color css

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

 a { background-color: rgb(195,99,48); }

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

border-color css

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

 span { border-color: rgb(195,99,48); }

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