Html Css Color HEX #C36B30 Christine

📋 copy color: '#C36B30'

red 195 ◦ green 107 ◦ blue 48

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

Shades of Christine #C36B30

Tints of Christine #C36B30

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

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

R = 55.71%
G = 30.57%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C36B30 (or 0xC36B30) is known color: Christine. HEX triplet: C3, 6B and 30. RGB value is (195,107,48). Sum of RGB (Red+Green+Blue) = 195+107+48=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B30 is #3C94CF. Grayscale: #7E7E7E. Windows color (decimal): -3970256 or 3173315. OLE color: 3173315.

HSL color Cylindrical-coordinate representation of color #C36B30: hue angle of 24.08º 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 #C36B30 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 107 48 -
CMYK 0 0.45 0.75 0.24
HSL 24.08º 0.6% 0.48% -
HSV(B) 24.08º 0.75% 0.76% -
XYZ 28.3 22.33 5.62 -
YUV 126.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 195 107 48 0 0.45 0.75 0.24 24.08 0.6 0.48
Hex C3 6B 30 0 2D 4B 18 18 3C 30
Octal 303 153 60 0 55 113 30 30 74 60
Binary 11000011 1101011 110000 0 101101 1001011 11000 11000 111100 110000

Color Harmonies of #C36B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36B30

Black with #C36B30

Text Example


Text Example

White with #C36B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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