Html Css Color HEX #C38353 Twine

📋 copy color: '#C38353'

red 195 ◦ green 131 ◦ blue 83

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

Shades of Twine #C38353

Tints of Twine #C38353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.03%

 BLUE value IS 83 (32.81% from 255) = 20.29%

R = 47.68%
G = 32.03%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C38353 (or 0xC38353) is known color: Twine. HEX triplet: C3, 83 and 53. RGB value is (195,131,83). Sum of RGB (Red+Green+Blue) = 195+131+83=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C38353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38353 is #3C7CAC. Grayscale: #909090. Windows color (decimal): -3964077 or 5473219. OLE color: 5473219.

HSL color Cylindrical-coordinate representation of color #C38353: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C38353 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 83 -
CMYK 0 0.33 0.57 0.24
HSL 25.71º 0.48% 0.55% -
HSV(B) 25.71º 0.57% 0.76% -
XYZ 32.18 28.46 11.98 -
YUV 144.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 195 131 83 0 0.33 0.57 0.24 25.71 0.48 0.55
Hex C3 83 53 0 21 39 18 1A 30 37
Octal 303 203 123 0 41 71 30 32 60 67
Binary 11000011 10000011 1010011 0 100001 111001 11000 11010 110000 110111

Color Harmonies of #C38353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38353

Black with #C38353

Text Example


Text Example

White with #C38353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38353; }

 p { color: rgb(195,131,83); }

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

background-color css

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

 a { background-color: rgb(195,131,83); }

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

border-color css

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

 span { border-color: rgb(195,131,83); }

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