Html Css Color HEX #C96653 Sunglo

📋 copy color: '#C96653'

red 201 ◦ green 102 ◦ blue 83

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

Shades of Sunglo #C96653

Tints of Sunglo #C96653

RGB

 RED value IS 201 (78.91% from 255) = 52.07%

 GREEN value IS 102 (40.23% from 255) = 26.42%

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 52.07%
G = 26.42%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C96653 (or 0xC96653) is known color: Sunglo. HEX triplet: C9, 66 and 53. RGB value is (201,102,83). Sum of RGB (Red+Green+Blue) = 201+102+83=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C96653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96653 is #3699AC. Grayscale: #818181. Windows color (decimal): -3578285 or 5465801. OLE color: 5465801.

HSL color Cylindrical-coordinate representation of color #C96653: hue angle of 9.66º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C96653 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 83 -
CMYK 0 0.49 0.59 0.21
HSL 9.66º 0.52% 0.56% -
HSV(B) 9.66º 0.59% 0.79% -
XYZ 30.4 22.54 10.93 -
YUV 129.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 201 102 83 0 0.49 0.59 0.21 9.66 0.52 0.56
Hex C9 66 53 0 31 3B 15 A 34 38
Octal 311 146 123 0 61 73 25 12 64 70
Binary 11001001 1100110 1010011 0 110001 111011 10101 1010 110100 111000

Color Harmonies of #C96653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96653

Black with #C96653

Text Example


Text Example

White with #C96653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96653; }

 p { color: rgb(201,102,83); }

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

background-color css

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

 a { background-color: rgb(201,102,83); }

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

border-color css

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

 span { border-color: rgb(201,102,83); }

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