Html Css Color HEX #C8992D Nugget

📋 copy color: '#C8992D'

red 200 ◦ green 153 ◦ blue 45

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

Shades of Nugget #C8992D

Tints of Nugget #C8992D

RGB

 RED value IS 200 (78.52% from 255) = 50.25%

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 50.25%
G = 38.44%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8992D (or 0xC8992D) is known color: Nugget. HEX triplet: C8, 99 and 2D. RGB value is (200,153,45). Sum of RGB (Red+Green+Blue) = 200+153+45=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8992D is #3766D2. Grayscale: #9B9B9B. Windows color (decimal): -3630803 or 2988488. OLE color: 2988488.

HSL color Cylindrical-coordinate representation of color #C8992D: hue angle of 41.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8992D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 45 -
CMYK 0 0.24 0.78 0.22
HSL 41.81º 0.63% 0.48% -
HSV(B) 41.81º 0.78% 0.78% -
XYZ 35.68 35.25 7.41 -
YUV 154.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 200 153 45 0 0.24 0.78 0.22 41.81 0.63 0.48
Hex C8 99 2D 0 18 4E 16 2A 3F 30
Octal 310 231 55 0 30 116 26 52 77 60
Binary 11001000 10011001 101101 0 11000 1001110 10110 101010 111111 110000

Color Harmonies of #C8992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8992D

Black with #C8992D

Text Example


Text Example

White with #C8992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8992D; }

 p { color: rgb(200,153,45); }

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

background-color css

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

 a { background-color: rgb(200,153,45); }

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

border-color css

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

 span { border-color: rgb(200,153,45); }

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