Html Css Color HEX #C3875C Twine

📋 copy color: '#C3875C'

red 195 ◦ green 135 ◦ blue 92

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

Shades of Twine #C3875C

Tints of Twine #C3875C

RGB

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

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

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

R = 46.21%
G = 31.99%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3875C (or 0xC3875C) is known color: Twine. HEX triplet: C3, 87 and 5C. RGB value is (195,135,92). Sum of RGB (Red+Green+Blue) = 195+135+92=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3875C is #3C78A3. Grayscale: #949494. Windows color (decimal): -3963044 or 6064067. OLE color: 6064067.

HSL color Cylindrical-coordinate representation of color #C3875C: hue angle of 25.05º 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 #C3875C is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 135 92 -
CMYK 0 0.31 0.53 0.24
HSL 25.05º 0.46% 0.56% -
HSV(B) 25.05º 0.53% 0.76% -
XYZ 33.1 29.7 14.11 -
YUV 148.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 195 135 92 0 0.31 0.53 0.24 25.05 0.46 0.56
Hex C3 87 5C 0 1F 35 18 19 2E 38
Octal 303 207 134 0 37 65 30 31 56 70
Binary 11000011 10000111 1011100 0 11111 110101 11000 11001 101110 111000

Color Harmonies of #C3875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3875C

Black with #C3875C

Text Example


Text Example

White with #C3875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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