Html Css Color HEX #C88E23 Nugget

📋 copy color: '#C88E23'

red 200 ◦ green 142 ◦ blue 35

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

Shades of Nugget #C88E23

Tints of Nugget #C88E23

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.67%

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

R = 53.05%
G = 37.67%
B = 9.28%

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

#C88E23 (or 0xC88E23) is known color: Nugget. HEX triplet: C8, 8E and 23. RGB value is (200,142,35). Sum of RGB (Red+Green+Blue) = 200+142+35=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E23 is #3771DC. Grayscale: #939393. Windows color (decimal): -3633629 or 2330312. OLE color: 2330312.

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

Color convert

RGB 200 142 35 -
CMYK 0 0.29 0.82 0.22
HSL 38.91º 0.7% 0.46% -
HSV(B) 38.91º 0.83% 0.78% -
XYZ 33.8 31.75 5.94 -
YUV 147.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 200 142 35 0 0.29 0.82 0.22 38.91 0.7 0.46
Hex C8 8E 23 0 1D 52 16 27 46 2E
Octal 310 216 43 0 35 122 26 47 106 56
Binary 11001000 10001110 100011 0 11101 1010010 10110 100111 1000110 101110

Color Harmonies of #C88E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E23

Black with #C88E23

Text Example


Text Example

White with #C88E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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