Html Css Color HEX #C2875C Twine

📋 copy color: '#C2875C'

red 194 ◦ green 135 ◦ blue 92

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

Shades of Twine #C2875C

Tints of Twine #C2875C

RGB

 RED value IS 194 (76.17% from 255) = 46.08%

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

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

R = 46.08%
G = 32.07%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2875C (or 0xC2875C) is known color: Twine. HEX triplet: C2, 87 and 5C. RGB value is (194,135,92). Sum of RGB (Red+Green+Blue) = 194+135+92=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2875C is #3D78A3. Grayscale: #939393. Windows color (decimal): -4028580 or 6064066. OLE color: 6064066.

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

Color convert

RGB 194 135 92 -
CMYK 0 0.30 0.53 0.24
HSL 25.29º 0.46% 0.56% -
HSV(B) 25.29º 0.53% 0.76% -
XYZ 32.84 29.57 14.1 -
YUV 147.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 194 135 92 0 0.30 0.53 0.24 25.29 0.46 0.56
Hex C2 87 5C 0 1E 35 18 19 2E 38
Octal 302 207 134 0 36 65 30 31 56 70
Binary 11000010 10000111 1011100 0 11110 110101 11000 11001 101110 111000

Color Harmonies of #C2875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2875C

Black with #C2875C

Text Example


Text Example

White with #C2875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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