Html Css Color HEX #C1874B Tussock

📋 copy color: '#C1874B'

red 193 ◦ green 135 ◦ blue 75

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

Shades of Tussock #C1874B

Tints of Tussock #C1874B

RGB

 RED value IS 193 (75.78% from 255) = 47.89%

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

 BLUE value IS 75 (29.69% from 255) = 18.61%

R = 47.89%
G = 33.5%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1874B (or 0xC1874B) is known color: Tussock. HEX triplet: C1, 87 and 4B. RGB value is (193,135,75). Sum of RGB (Red+Green+Blue) = 193+135+75=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1874B is #3E78B4. Grayscale: #919191. Windows color (decimal): -4094133 or 4949953. OLE color: 4949953.

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

Color convert

RGB 193 135 75 -
CMYK 0 0.30 0.61 0.24
HSL 30.51º 0.49% 0.53% -
HSV(B) 30.51º 0.61% 0.76% -
XYZ 31.93 29.17 10.6 -
YUV 145.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 193 135 75 0 0.30 0.61 0.24 30.51 0.49 0.53
Hex C1 87 4B 0 1E 3D 18 1F 31 35
Octal 301 207 113 0 36 75 30 37 61 65
Binary 11000001 10000111 1001011 0 11110 111101 11000 11111 110001 110101

Color Harmonies of #C1874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1874B

Black with #C1874B

Text Example


Text Example

White with #C1874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1874B; }

 p { color: rgb(193,135,75); }

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

background-color css

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

 a { background-color: rgb(193,135,75); }

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

border-color css

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

 span { border-color: rgb(193,135,75); }

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