Html Css Color HEX #C89023 Nugget

📋 copy color: '#C89023'

red 200 ◦ green 144 ◦ blue 35

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

Shades of Nugget #C89023

Tints of Nugget #C89023

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 52.77%
G = 37.99%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C89023 (or 0xC89023) is known color: Nugget. HEX triplet: C8, 90 and 23. RGB value is (200,144,35). Sum of RGB (Red+Green+Blue) = 200+144+35=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C89023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89023 is #376FDC. Grayscale: #949494. Windows color (decimal): -3633117 or 2330824. OLE color: 2330824.

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

Color convert

RGB 200 144 35 -
CMYK 0 0.28 0.82 0.22
HSL 39.64º 0.7% 0.46% -
HSV(B) 39.64º 0.83% 0.78% -
XYZ 34.1 32.35 6.04 -
YUV 148.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 200 144 35 0 0.28 0.82 0.22 39.64 0.7 0.46
Hex C8 90 23 0 1C 52 16 28 46 2E
Octal 310 220 43 0 34 122 26 50 106 56
Binary 11001000 10010000 100011 0 11100 1010010 10110 101000 1000110 101110

Color Harmonies of #C89023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89023

Black with #C89023

Text Example


Text Example

White with #C89023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89023; }

 p { color: rgb(200,144,35); }

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

background-color css

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

 a { background-color: rgb(200,144,35); }

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

border-color css

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

 span { border-color: rgb(200,144,35); }

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