Html Css Color HEX #C4995C Twine

📋 copy color: '#C4995C'

red 196 ◦ green 153 ◦ blue 92

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

Shades of Twine #C4995C

Tints of Twine #C4995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 44.44%
G = 34.69%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4995C (or 0xC4995C) is known color: Twine. HEX triplet: C4, 99 and 5C. RGB value is (196,153,92). Sum of RGB (Red+Green+Blue) = 196+153+92=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4995C is #3B66A3. Grayscale: #9F9F9F. Windows color (decimal): -3892900 or 6068676. OLE color: 6068676.

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

Color convert

RGB 196 153 92 -
CMYK 0 0.22 0.53 0.23
HSL 35.19º 0.47% 0.56% -
HSV(B) 35.19º 0.53% 0.77% -
XYZ 36.09 35.29 15.04 -
YUV 158.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 196 153 92 0 0.22 0.53 0.23 35.19 0.47 0.56
Hex C4 99 5C 0 16 35 17 23 2F 38
Octal 304 231 134 0 26 65 27 43 57 70
Binary 11000100 10011001 1011100 0 10110 110101 10111 100011 101111 111000

Color Harmonies of #C4995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4995C

Black with #C4995C

Text Example


Text Example

White with #C4995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4995C; }

 p { color: rgb(196,153,92); }

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

background-color css

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

 a { background-color: rgb(196,153,92); }

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

border-color css

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

 span { border-color: rgb(196,153,92); }

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