Html Css Color HEX #C3875A Twine

📋 copy color: '#C3875A'

red 195 ◦ green 135 ◦ blue 90

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

Shades of Twine #C3875A

Tints of Twine #C3875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.14%

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 46.43%
G = 32.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3875A (or 0xC3875A) is known color: Twine. HEX triplet: C3, 87 and 5A. RGB value is (195,135,90). Sum of RGB (Red+Green+Blue) = 195+135+90=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3875A is #3C78A5. Grayscale: #949494. Windows color (decimal): -3963046 or 5932995. OLE color: 5932995.

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

Color convert

RGB 195 135 90 -
CMYK 0 0.31 0.54 0.24
HSL 25.71º 0.47% 0.56% -
HSV(B) 25.71º 0.54% 0.76% -
XYZ 33.02 29.67 13.66 -
YUV 147.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 195 135 90 0 0.31 0.54 0.24 25.71 0.47 0.56
Hex C3 87 5A 0 1F 36 18 1A 2F 38
Octal 303 207 132 0 37 66 30 32 57 70
Binary 11000011 10000111 1011010 0 11111 110110 11000 11010 101111 111000

Color Harmonies of #C3875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3875A

Black with #C3875A

Text Example


Text Example

White with #C3875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3875A; }

 p { color: rgb(195,135,90); }

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

background-color css

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

 a { background-color: rgb(195,135,90); }

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

border-color css

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

 span { border-color: rgb(195,135,90); }

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