Html Css Color HEX #C2874F Twine

📋 copy color: '#C2874F'

red 194 ◦ green 135 ◦ blue 79

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

Shades of Twine #C2874F

Tints of Twine #C2874F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.36%

R = 47.55%
G = 33.09%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2874F (or 0xC2874F) is known color: Twine. HEX triplet: C2, 87 and 4F. RGB value is (194,135,79). Sum of RGB (Red+Green+Blue) = 194+135+79=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2874F is #3D78B0. Grayscale: #929292. Windows color (decimal): -4028593 or 5212098. OLE color: 5212098.

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

Color convert

RGB 194 135 79 -
CMYK 0 0.30 0.59 0.24
HSL 29.22º 0.49% 0.54% -
HSV(B) 29.22º 0.59% 0.76% -
XYZ 32.32 29.36 11.36 -
YUV 146.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 194 135 79 0 0.30 0.59 0.24 29.22 0.49 0.54
Hex C2 87 4F 0 1E 3B 18 1D 31 36
Octal 302 207 117 0 36 73 30 35 61 66
Binary 11000010 10000111 1001111 0 11110 111011 11000 11101 110001 110110

Color Harmonies of #C2874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2874F

Black with #C2874F

Text Example


Text Example

White with #C2874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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