Html Css Color HEX #C4675F Sunglo

📋 copy color: '#C4675F'

red 196 ◦ green 103 ◦ blue 95

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

Shades of Sunglo #C4675F

Tints of Sunglo #C4675F

RGB

 RED value IS 196 (76.95% from 255) = 49.75%

 GREEN value IS 103 (40.63% from 255) = 26.14%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 49.75%
G = 26.14%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4675F (or 0xC4675F) is known color: Sunglo. HEX triplet: C4, 67 and 5F. RGB value is (196,103,95). Sum of RGB (Red+Green+Blue) = 196+103+95=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4675F is #3B98A0. Grayscale: #828282. Windows color (decimal): -3905697 or 6252484. OLE color: 6252484.

HSL color Cylindrical-coordinate representation of color #C4675F: hue angle of 4.75º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4675F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 103 95 -
CMYK 0 0.47 0.52 0.23
HSL 4.75º 0.46% 0.57% -
HSV(B) 4.75º 0.52% 0.77% -
XYZ 29.68 22.26 13.56 -
YUV 129.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 196 103 95 0 0.47 0.52 0.23 4.75 0.46 0.57
Hex C4 67 5F 0 2F 34 17 5 2E 39
Octal 304 147 137 0 57 64 27 5 56 71
Binary 11000100 1100111 1011111 0 101111 110100 10111 101 101110 111001

Color Harmonies of #C4675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4675F

Black with #C4675F

Text Example


Text Example

White with #C4675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4675F; }

 p { color: rgb(196,103,95); }

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

background-color css

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

 a { background-color: rgb(196,103,95); }

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

border-color css

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

 span { border-color: rgb(196,103,95); }

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