Html Css Color HEX #C7604C Sunglo

📋 copy color: '#C7604C'

red 199 ◦ green 96 ◦ blue 76

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

Shades of Sunglo #C7604C

Tints of Sunglo #C7604C

RGB

 RED value IS 199 (78.13% from 255) = 53.64%

 GREEN value IS 96 (37.89% from 255) = 25.88%

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 53.64%
G = 25.88%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7604C (or 0xC7604C) is known color: Sunglo. HEX triplet: C7, 60 and 4C. RGB value is (199,96,76). Sum of RGB (Red+Green+Blue) = 199+96+76=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7604C is #389FB3. Grayscale: #7C7C7C. Windows color (decimal): -3710900 or 5005511. OLE color: 5005511.

HSL color Cylindrical-coordinate representation of color #C7604C: hue angle of 9.76º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7604C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 76 -
CMYK 0 0.52 0.62 0.22
HSL 9.76º 0.52% 0.54% -
HSV(B) 9.76º 0.62% 0.78% -
XYZ 29.04 21.03 9.37 -
YUV 124.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 199 96 76 0 0.52 0.62 0.22 9.76 0.52 0.54
Hex C7 60 4C 0 34 3E 16 A 34 36
Octal 307 140 114 0 64 76 26 12 64 66
Binary 11000111 1100000 1001100 0 110100 111110 10110 1010 110100 110110

Color Harmonies of #C7604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7604C

Black with #C7604C

Text Example


Text Example

White with #C7604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7604C; }

 p { color: rgb(199,96,76); }

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

background-color css

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

 a { background-color: rgb(199,96,76); }

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

border-color css

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

 span { border-color: rgb(199,96,76); }

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