Html Css Color HEX #C88F26 Nugget

📋 copy color: '#C88F26'

red 200 ◦ green 143 ◦ blue 38

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

Shades of Nugget #C88F26

Tints of Nugget #C88F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.97%

R = 52.49%
G = 37.53%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C88F26 (or 0xC88F26) is known color: Nugget. HEX triplet: C8, 8F and 26. RGB value is (200,143,38). Sum of RGB (Red+Green+Blue) = 200+143+38=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F26 is #3770D9. Grayscale: #949494. Windows color (decimal): -3633370 or 2527176. OLE color: 2527176.

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

Color convert

RGB 200 143 38 -
CMYK 0 0.28 0.81 0.22
HSL 38.89º 0.68% 0.47% -
HSV(B) 38.89º 0.81% 0.78% -
XYZ 33.99 32.06 6.23 -
YUV 148.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 200 143 38 0 0.28 0.81 0.22 38.89 0.68 0.47
Hex C8 8F 26 0 1C 51 16 27 44 2F
Octal 310 217 46 0 34 121 26 47 104 57
Binary 11001000 10001111 100110 0 11100 1010001 10110 100111 1000100 101111

Color Harmonies of #C88F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F26

Black with #C88F26

Text Example


Text Example

White with #C88F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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