Html Css Color HEX #C68F4B Tussock

📋 copy color: '#C68F4B'

red 198 ◦ green 143 ◦ blue 75

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

Shades of Tussock #C68F4B

Tints of Tussock #C68F4B

RGB

 RED value IS 198 (77.73% from 255) = 47.6%

 GREEN value IS 143 (56.25% from 255) = 34.38%

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

R = 47.6%
G = 34.38%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C68F4B (or 0xC68F4B) is known color: Tussock. HEX triplet: C6, 8F and 4B. RGB value is (198,143,75). Sum of RGB (Red+Green+Blue) = 198+143+75=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F4B is #3970B4. Grayscale: #989898. Windows color (decimal): -3764405 or 4952006. OLE color: 4952006.

HSL color Cylindrical-coordinate representation of color #C68F4B: hue angle of 33.17º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C68F4B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 143 75 -
CMYK 0 0.28 0.62 0.22
HSL 33.17º 0.52% 0.54% -
HSV(B) 33.17º 0.62% 0.78% -
XYZ 34.38 32.16 11.05 -
YUV 151.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 198 143 75 0 0.28 0.62 0.22 33.17 0.52 0.54
Hex C6 8F 4B 0 1C 3E 16 21 34 36
Octal 306 217 113 0 34 76 26 41 64 66
Binary 11000110 10001111 1001011 0 11100 111110 10110 100001 110100 110110

Color Harmonies of #C68F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F4B

Black with #C68F4B

Text Example


Text Example

White with #C68F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F4B; }

 p { color: rgb(198,143,75); }

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

background-color css

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

 a { background-color: rgb(198,143,75); }

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

border-color css

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

 span { border-color: rgb(198,143,75); }

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