Html Css Color HEX #C96850 Sunglo

📋 copy color: '#C96850'

red 201 ◦ green 104 ◦ blue 80

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

Shades of Sunglo #C96850

Tints of Sunglo #C96850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

 BLUE value IS 80 (31.64% from 255) = 20.78%

R = 52.21%
G = 27.01%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C96850 (or 0xC96850) is known color: Sunglo. HEX triplet: C9, 68 and 50. RGB value is (201,104,80). Sum of RGB (Red+Green+Blue) = 201+104+80=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C96850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96850 is #3697AF. Grayscale: #828282. Windows color (decimal): -3577776 or 5269705. OLE color: 5269705.

HSL color Cylindrical-coordinate representation of color #C96850: hue angle of 11.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C96850 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 80 -
CMYK 0 0.48 0.60 0.21
HSL 11.9º 0.53% 0.55% -
HSV(B) 11.9º 0.6% 0.79% -
XYZ 30.49 22.9 10.4 -
YUV 130.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 201 104 80 0 0.48 0.60 0.21 11.9 0.53 0.55
Hex C9 68 50 0 30 3C 15 C 35 37
Octal 311 150 120 0 60 74 25 14 65 67
Binary 11001001 1101000 1010000 0 110000 111100 10101 1100 110101 110111

Color Harmonies of #C96850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96850

Black with #C96850

Text Example


Text Example

White with #C96850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96850; }

 p { color: rgb(201,104,80); }

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

background-color css

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

 a { background-color: rgb(201,104,80); }

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

border-color css

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

 span { border-color: rgb(201,104,80); }

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