Html Css Color HEX #C88F22 Nugget

📋 copy color: '#C88F22'

red 200 ◦ green 143 ◦ blue 34

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

Shades of Nugget #C88F22

Tints of Nugget #C88F22

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 53.05%
G = 37.93%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C88F22 (or 0xC88F22) is known color: Nugget. HEX triplet: C8, 8F and 22. RGB value is (200,143,34). Sum of RGB (Red+Green+Blue) = 200+143+34=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F22 is #3770DD. Grayscale: #949494. Windows color (decimal): -3633374 or 2265032. OLE color: 2265032.

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

Color convert

RGB 200 143 34 -
CMYK 0 0.28 0.83 0.22
HSL 39.4º 0.71% 0.46% -
HSV(B) 39.4º 0.83% 0.78% -
XYZ 33.93 32.04 5.91 -
YUV 147.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 200 143 34 0 0.28 0.83 0.22 39.4 0.71 0.46
Hex C8 8F 22 0 1C 53 16 27 47 2E
Octal 310 217 42 0 34 123 26 47 107 56
Binary 11001000 10001111 100010 0 11100 1010011 10110 100111 1000111 101110

Color Harmonies of #C88F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F22

Black with #C88F22

Text Example


Text Example

White with #C88F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F22; }

 p { color: rgb(200,143,34); }

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

background-color css

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

 a { background-color: rgb(200,143,34); }

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

border-color css

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

 span { border-color: rgb(200,143,34); }

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