Html Css Color HEX #C3945A Twine

📋 copy color: '#C3945A'

red 195 ◦ green 148 ◦ blue 90

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

Shades of Twine #C3945A

Tints of Twine #C3945A

RGB

 RED value IS 195 (76.56% from 255) = 45.03%

 GREEN value IS 148 (58.2% from 255) = 34.18%

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 45.03%
G = 34.18%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3945A (or 0xC3945A) is known color: Twine. HEX triplet: C3, 94 and 5A. RGB value is (195,148,90). Sum of RGB (Red+Green+Blue) = 195+148+90=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3945A is #3C6BA5. Grayscale: #9B9B9B. Windows color (decimal): -3959718 or 5936323. OLE color: 5936323.

HSL color Cylindrical-coordinate representation of color #C3945A: hue angle of 33.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3945A is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 90 -
CMYK 0 0.24 0.54 0.24
HSL 33.14º 0.47% 0.56% -
HSV(B) 33.14º 0.54% 0.76% -
XYZ 34.94 33.52 14.3 -
YUV 155.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 195 148 90 0 0.24 0.54 0.24 33.14 0.47 0.56
Hex C3 94 5A 0 18 36 18 21 2F 38
Octal 303 224 132 0 30 66 30 41 57 70
Binary 11000011 10010100 1011010 0 11000 110110 11000 100001 101111 111000

Color Harmonies of #C3945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3945A

Black with #C3945A

Text Example


Text Example

White with #C3945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3945A; }

 p { color: rgb(195,148,90); }

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

background-color css

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

 a { background-color: rgb(195,148,90); }

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

border-color css

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

 span { border-color: rgb(195,148,90); }

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