Html Css Color HEX #C88D25 Nugget

📋 copy color: '#C88D25'

red 200 ◦ green 141 ◦ blue 37

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

Shades of Nugget #C88D25

Tints of Nugget #C88D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

 BLUE value IS 37 (14.84% from 255) = 9.79%

R = 52.91%
G = 37.3%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C88D25 (or 0xC88D25) is known color: Nugget. HEX triplet: C8, 8D and 25. RGB value is (200,141,37). Sum of RGB (Red+Green+Blue) = 200+141+37=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D25 is #3772DA. Grayscale: #939393. Windows color (decimal): -3633883 or 2461128. OLE color: 2461128.

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

Color convert

RGB 200 141 37 -
CMYK 0 0.29 0.82 0.22
HSL 38.28º 0.69% 0.46% -
HSV(B) 38.28º 0.82% 0.78% -
XYZ 33.68 31.46 6.05 -
YUV 146.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 200 141 37 0 0.29 0.82 0.22 38.28 0.69 0.46
Hex C8 8D 25 0 1D 52 16 26 45 2E
Octal 310 215 45 0 35 122 26 46 105 56
Binary 11001000 10001101 100101 0 11101 1010010 10110 100110 1000101 101110

Color Harmonies of #C88D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D25

Black with #C88D25

Text Example


Text Example

White with #C88D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D25; }

 p { color: rgb(200,141,37); }

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

background-color css

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

 a { background-color: rgb(200,141,37); }

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

border-color css

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

 span { border-color: rgb(200,141,37); }

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