Html Css Color HEX #C88B19 Nugget

📋 copy color: '#C88B19'

red 200 ◦ green 139 ◦ blue 25

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

Shades of Nugget #C88B19

Tints of Nugget #C88B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

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

R = 54.95%
G = 38.19%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88B19 (or 0xC88B19) is known color: Nugget. HEX triplet: C8, 8B and 19. RGB value is (200,139,25). Sum of RGB (Red+Green+Blue) = 200+139+25=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88B19 is #3774E6. Grayscale: #909090. Windows color (decimal): -3634407 or 1674184. OLE color: 1674184.

HSL color Cylindrical-coordinate representation of color #C88B19: hue angle of 39.09º 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 #C88B19 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 25 -
CMYK 0 0.30 0.88 0.22
HSL 39.09º 0.78% 0.44% -
HSV(B) 39.09º 0.88% 0.78% -
XYZ 33.23 30.81 5.12 -
YUV 144.24 60.71 167.77 -
System Red Green Blue C M Y K H S L
Decimal 200 139 25 0 0.30 0.88 0.22 39.09 0.78 0.44
Hex C8 8B 19 0 1E 58 16 27 4E 2C
Octal 310 213 31 0 36 130 26 47 116 54
Binary 11001000 10001011 11001 0 11110 1011000 10110 100111 1001110 101100

Color Harmonies of #C88B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B19

Black with #C88B19

Text Example


Text Example

White with #C88B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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