Html Css Color HEX #C38358 Twine

📋 copy color: '#C38358'

red 195 ◦ green 131 ◦ blue 88

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

Shades of Twine #C38358

Tints of Twine #C38358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.26%

R = 47.1%
G = 31.64%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C38358 (or 0xC38358) is known color: Twine. HEX triplet: C3, 83 and 58. RGB value is (195,131,88). Sum of RGB (Red+Green+Blue) = 195+131+88=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38358 is #3C7CA7. Grayscale: #919191. Windows color (decimal): -3964072 or 5800899. OLE color: 5800899.

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

Color convert

RGB 195 131 88 -
CMYK 0 0.33 0.55 0.24
HSL 24.11º 0.47% 0.55% -
HSV(B) 24.11º 0.55% 0.76% -
XYZ 32.38 28.54 13.03 -
YUV 145.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 195 131 88 0 0.33 0.55 0.24 24.11 0.47 0.55
Hex C3 83 58 0 21 37 18 18 2F 37
Octal 303 203 130 0 41 67 30 30 57 67
Binary 11000011 10000011 1011000 0 100001 110111 11000 11000 101111 110111

Color Harmonies of #C38358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38358

Black with #C38358

Text Example


Text Example

White with #C38358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38358; }

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

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

background-color css

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

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

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

border-color css

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

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

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