Html Css Color HEX #C36530 Christine

📋 copy color: '#C36530'

red 195 ◦ green 101 ◦ blue 48

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

Shades of Christine #C36530

Tints of Christine #C36530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 56.69%
G = 29.36%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C36530 (or 0xC36530) is known color: Christine. HEX triplet: C3, 65 and 30. RGB value is (195,101,48). Sum of RGB (Red+Green+Blue) = 195+101+48=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C36530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36530 is #3C9ACF. Grayscale: #7B7B7B. Windows color (decimal): -3971792 or 3171779. OLE color: 3171779.

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

Color convert

RGB 195 101 48 -
CMYK 0 0.48 0.75 0.24
HSL 21.63º 0.6% 0.48% -
HSV(B) 21.63º 0.75% 0.76% -
XYZ 27.69 21.12 5.41 -
YUV 123.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 195 101 48 0 0.48 0.75 0.24 21.63 0.6 0.48
Hex C3 65 30 0 30 4B 18 16 3C 30
Octal 303 145 60 0 60 113 30 26 74 60
Binary 11000011 1100101 110000 0 110000 1001011 11000 10110 111100 110000

Color Harmonies of #C36530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36530

Black with #C36530

Text Example


Text Example

White with #C36530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36530; }

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

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

background-color css

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

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

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

border-color css

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

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

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