Html Css Color HEX #C8992A Nugget

📋 copy color: '#C8992A'

red 200 ◦ green 153 ◦ blue 42

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

Shades of Nugget #C8992A

Tints of Nugget #C8992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 50.63%
G = 38.73%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8992A (or 0xC8992A) is known color: Nugget. HEX triplet: C8, 99 and 2A. RGB value is (200,153,42). Sum of RGB (Red+Green+Blue) = 200+153+42=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8992A is #3766D5. Grayscale: #9A9A9A. Windows color (decimal): -3630806 or 2791880. OLE color: 2791880.

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

Color convert

RGB 200 153 42 -
CMYK 0 0.24 0.79 0.22
HSL 42.15º 0.65% 0.47% -
HSV(B) 42.15º 0.79% 0.78% -
XYZ 35.63 35.23 7.11 -
YUV 154.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 200 153 42 0 0.24 0.79 0.22 42.15 0.65 0.47
Hex C8 99 2A 0 18 4F 16 2A 41 2F
Octal 310 231 52 0 30 117 26 52 101 57
Binary 11001000 10011001 101010 0 11000 1001111 10110 101010 1000001 101111

Color Harmonies of #C8992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8992A

Black with #C8992A

Text Example


Text Example

White with #C8992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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