Html Css Color HEX #C88A19 Nugget

📋 copy color: '#C88A19'

red 200 ◦ green 138 ◦ blue 25

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

Shades of Nugget #C88A19

Tints of Nugget #C88A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 55.1%
G = 38.02%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88A19 (or 0xC88A19) is known color: Nugget. HEX triplet: C8, 8A and 19. RGB value is (200,138,25). Sum of RGB (Red+Green+Blue) = 200+138+25=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88A19 is #3775E6. Grayscale: #909090. Windows color (decimal): -3634663 or 1673928. OLE color: 1673928.

HSL color Cylindrical-coordinate representation of color #C88A19: hue angle of 38.74º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C88A19 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 25 -
CMYK 0 0.31 0.88 0.22
HSL 38.74º 0.78% 0.44% -
HSV(B) 38.74º 0.88% 0.78% -
XYZ 33.08 30.53 5.07 -
YUV 143.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 200 138 25 0 0.31 0.88 0.22 38.74 0.78 0.44
Hex C8 8A 19 0 1F 58 16 27 4E 2C
Octal 310 212 31 0 37 130 26 47 116 54
Binary 11001000 10001010 11001 0 11111 1011000 10110 100111 1001110 101100

Color Harmonies of #C88A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A19

Black with #C88A19

Text Example


Text Example

White with #C88A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A19; }

 p { color: rgb(200,138,25); }

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

background-color css

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

 a { background-color: rgb(200,138,25); }

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

border-color css

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

 span { border-color: rgb(200,138,25); }

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