Html Css Color HEX #C38155 Twine

📋 copy color: '#C38155'

red 195 ◦ green 129 ◦ blue 85

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

Shades of Twine #C38155

Tints of Twine #C38155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 47.68%
G = 31.54%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C38155 (or 0xC38155) is known color: Twine. HEX triplet: C3, 81 and 55. RGB value is (195,129,85). Sum of RGB (Red+Green+Blue) = 195+129+85=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C38155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38155 is #3C7EAA. Grayscale: #8F8F8F. Windows color (decimal): -3964587 or 5603779. OLE color: 5603779.

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

Color convert

RGB 195 129 85 -
CMYK 0 0.34 0.56 0.24
HSL 24º 0.48% 0.55% -
HSV(B) 24º 0.56% 0.76% -
XYZ 32 27.96 12.3 -
YUV 143.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 195 129 85 0 0.34 0.56 0.24 24 0.48 0.55
Hex C3 81 55 0 22 38 18 18 30 37
Octal 303 201 125 0 42 70 30 30 60 67
Binary 11000011 10000001 1010101 0 100010 111000 11000 11000 110000 110111

Color Harmonies of #C38155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38155

Black with #C38155

Text Example


Text Example

White with #C38155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38155; }

 p { color: rgb(195,129,85); }

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

background-color css

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

 a { background-color: rgb(195,129,85); }

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

border-color css

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

 span { border-color: rgb(195,129,85); }

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