Html Css Color HEX #C88F1A Nugget

📋 copy color: '#C88F1A'

red 200 ◦ green 143 ◦ blue 26

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

Shades of Nugget #C88F1A

Tints of Nugget #C88F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.05%

R = 54.2%
G = 38.75%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C88F1A (or 0xC88F1A) is known color: Nugget. HEX triplet: C8, 8F and 1A. RGB value is (200,143,26). Sum of RGB (Red+Green+Blue) = 200+143+26=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F1A is #3770E5. Grayscale: #939393. Windows color (decimal): -3633382 or 1740744. OLE color: 1740744.

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

Color convert

RGB 200 143 26 -
CMYK 0 0.28 0.87 0.22
HSL 40.34º 0.77% 0.44% -
HSV(B) 40.34º 0.87% 0.78% -
XYZ 33.83 32 5.37 -
YUV 146.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 200 143 26 0 0.28 0.87 0.22 40.34 0.77 0.44
Hex C8 8F 1A 0 1C 57 16 28 4D 2C
Octal 310 217 32 0 34 127 26 50 115 54
Binary 11001000 10001111 11010 0 11100 1010111 10110 101000 1001101 101100

Color Harmonies of #C88F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F1A

Black with #C88F1A

Text Example


Text Example

White with #C88F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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