Html Css Color HEX #C36A55 Sunglo

📋 copy color: '#C36A55'

red 195 ◦ green 106 ◦ blue 85

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

Shades of Sunglo #C36A55

Tints of Sunglo #C36A55

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

 BLUE value IS 85 (33.59% from 255) = 22.02%

R = 50.52%
G = 27.46%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C36A55 (or 0xC36A55) is known color: Sunglo. HEX triplet: C3, 6A and 55. RGB value is (195,106,85). Sum of RGB (Red+Green+Blue) = 195+106+85=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A55 is #3C95AA. Grayscale: #828282. Windows color (decimal): -3970475 or 5597891. OLE color: 5597891.

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

Color convert

RGB 195 106 85 -
CMYK 0 0.46 0.56 0.24
HSL 11.45º 0.48% 0.55% -
HSV(B) 11.45º 0.56% 0.76% -
XYZ 29.3 22.57 11.41 -
YUV 130.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 195 106 85 0 0.46 0.56 0.24 11.45 0.48 0.55
Hex C3 6A 55 0 2E 38 18 B 30 37
Octal 303 152 125 0 56 70 30 13 60 67
Binary 11000011 1101010 1010101 0 101110 111000 11000 1011 110000 110111

Color Harmonies of #C36A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A55

Black with #C36A55

Text Example


Text Example

White with #C36A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A55; }

 p { color: rgb(195,106,85); }

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

background-color css

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

 a { background-color: rgb(195,106,85); }

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

border-color css

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

 span { border-color: rgb(195,106,85); }

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