Html Css Color HEX #C38C5D Twine

📋 copy color: '#C38C5D'

red 195 ◦ green 140 ◦ blue 93

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

Shades of Twine #C38C5D

Tints of Twine #C38C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

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

R = 45.56%
G = 32.71%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C38C5D (or 0xC38C5D) is known color: Twine. HEX triplet: C3, 8C and 5D. RGB value is (195,140,93). Sum of RGB (Red+Green+Blue) = 195+140+93=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C5D is #3C73A2. Grayscale: #979797. Windows color (decimal): -3961763 or 6130883. OLE color: 6130883.

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

Color convert

RGB 195 140 93 -
CMYK 0 0.28 0.52 0.24
HSL 27.65º 0.46% 0.56% -
HSV(B) 27.65º 0.52% 0.76% -
XYZ 33.86 31.15 14.58 -
YUV 151.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 195 140 93 0 0.28 0.52 0.24 27.65 0.46 0.56
Hex C3 8C 5D 0 1C 34 18 1C 2E 38
Octal 303 214 135 0 34 64 30 34 56 70
Binary 11000011 10001100 1011101 0 11100 110100 11000 11100 101110 111000

Color Harmonies of #C38C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C5D

Black with #C38C5D

Text Example


Text Example

White with #C38C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C5D; }

 p { color: rgb(195,140,93); }

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

background-color css

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

 a { background-color: rgb(195,140,93); }

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

border-color css

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

 span { border-color: rgb(195,140,93); }

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