Html Css Color HEX #C4695D Sunglo

📋 copy color: '#C4695D'

red 196 ◦ green 105 ◦ blue 93

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

Shades of Sunglo #C4695D

Tints of Sunglo #C4695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 49.75%
G = 26.65%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4695D (or 0xC4695D) is known color: Sunglo. HEX triplet: C4, 69 and 5D. RGB value is (196,105,93). Sum of RGB (Red+Green+Blue) = 196+105+93=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4695D is #3B96A2. Grayscale: #828282. Windows color (decimal): -3905187 or 6121924. OLE color: 6121924.

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

Color convert

RGB 196 105 93 -
CMYK 0 0.46 0.53 0.23
HSL 6.99º 0.47% 0.57% -
HSV(B) 6.99º 0.53% 0.77% -
XYZ 29.79 22.63 13.15 -
YUV 130.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 196 105 93 0 0.46 0.53 0.23 6.99 0.47 0.57
Hex C4 69 5D 0 2E 35 17 7 2F 39
Octal 304 151 135 0 56 65 27 7 57 71
Binary 11000100 1101001 1011101 0 101110 110101 10111 111 101111 111001

Color Harmonies of #C4695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4695D

Black with #C4695D

Text Example


Text Example

White with #C4695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4695D; }

 p { color: rgb(196,105,93); }

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

background-color css

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

 a { background-color: rgb(196,105,93); }

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

border-color css

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

 span { border-color: rgb(196,105,93); }

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