Html Css Color HEX #C38D5C Twine

📋 copy color: '#C38D5C'

red 195 ◦ green 141 ◦ blue 92

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

Shades of Twine #C38D5C

Tints of Twine #C38D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

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

R = 45.56%
G = 32.94%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C38D5C (or 0xC38D5C) is known color: Twine. HEX triplet: C3, 8D and 5C. RGB value is (195,141,92). Sum of RGB (Red+Green+Blue) = 195+141+92=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D5C is #3C72A3. Grayscale: #979797. Windows color (decimal): -3961508 or 6065603. OLE color: 6065603.

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

Color convert

RGB 195 141 92 -
CMYK 0 0.28 0.53 0.24
HSL 28.54º 0.46% 0.56% -
HSV(B) 28.54º 0.53% 0.76% -
XYZ 33.96 31.42 14.4 -
YUV 151.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 195 141 92 0 0.28 0.53 0.24 28.54 0.46 0.56
Hex C3 8D 5C 0 1C 35 18 1D 2E 38
Octal 303 215 134 0 34 65 30 35 56 70
Binary 11000011 10001101 1011100 0 11100 110101 11000 11101 101110 111000

Color Harmonies of #C38D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D5C

Black with #C38D5C

Text Example


Text Example

White with #C38D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D5C; }

 p { color: rgb(195,141,92); }

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

background-color css

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

 a { background-color: rgb(195,141,92); }

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

border-color css

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

 span { border-color: rgb(195,141,92); }

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