Html Css Color HEX #C96953 Sunglo

📋 copy color: '#C96953'

red 201 ◦ green 105 ◦ blue 83

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

Shades of Sunglo #C96953

Tints of Sunglo #C96953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 51.67%
G = 26.99%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C96953 (or 0xC96953) is known color: Sunglo. HEX triplet: C9, 69 and 53. RGB value is (201,105,83). Sum of RGB (Red+Green+Blue) = 201+105+83=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C96953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96953 is #3696AC. Grayscale: #838383. Windows color (decimal): -3577517 or 5466569. OLE color: 5466569.

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

Color convert

RGB 201 105 83 -
CMYK 0 0.48 0.59 0.21
HSL 11.19º 0.52% 0.56% -
HSV(B) 11.19º 0.59% 0.79% -
XYZ 30.7 23.15 11.03 -
YUV 131.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 201 105 83 0 0.48 0.59 0.21 11.19 0.52 0.56
Hex C9 69 53 0 30 3B 15 B 34 38
Octal 311 151 123 0 60 73 25 13 64 70
Binary 11001001 1101001 1010011 0 110000 111011 10101 1011 110100 111000

Color Harmonies of #C96953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96953

Black with #C96953

Text Example


Text Example

White with #C96953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96953; }

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

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

background-color css

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

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

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

border-color css

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

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

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