Html Css Color HEX #C96251 Sunglo

📋 copy color: '#C96251'

red 201 ◦ green 98 ◦ blue 81

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

Shades of Sunglo #C96251

Tints of Sunglo #C96251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

 BLUE value IS 81 (32.03% from 255) = 21.32%

R = 52.89%
G = 25.79%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C96251 (or 0xC96251) is known color: Sunglo. HEX triplet: C9, 62 and 51. RGB value is (201,98,81). Sum of RGB (Red+Green+Blue) = 201+98+81=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C96251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96251 is #369DAE. Grayscale: #7F7F7F. Windows color (decimal): -3579311 or 5333705. OLE color: 5333705.

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

Color convert

RGB 201 98 81 -
CMYK 0 0.51 0.60 0.21
HSL 8.5º 0.53% 0.55% -
HSV(B) 8.5º 0.6% 0.79% -
XYZ 29.94 21.75 10.4 -
YUV 126.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 201 98 81 0 0.51 0.60 0.21 8.5 0.53 0.55
Hex C9 62 51 0 33 3C 15 8 35 37
Octal 311 142 121 0 63 74 25 10 65 67
Binary 11001001 1100010 1010001 0 110011 111100 10101 1000 110101 110111

Color Harmonies of #C96251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96251

Black with #C96251

Text Example


Text Example

White with #C96251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96251; }

 p { color: rgb(201,98,81); }

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

background-color css

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

 a { background-color: rgb(201,98,81); }

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

border-color css

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

 span { border-color: rgb(201,98,81); }

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