Html Css Color HEX #C88A1A Nugget

📋 copy color: '#C88A1A'

red 200 ◦ green 138 ◦ blue 26

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

Shades of Nugget #C88A1A

Tints of Nugget #C88A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

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

R = 54.95%
G = 37.91%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C88A1A (or 0xC88A1A) is known color: Nugget. HEX triplet: C8, 8A and 1A. RGB value is (200,138,26). Sum of RGB (Red+Green+Blue) = 200+138+26=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A1A is #3775E5. Grayscale: #909090. Windows color (decimal): -3634662 or 1739464. OLE color: 1739464.

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

Color convert

RGB 200 138 26 -
CMYK 0 0.31 0.87 0.22
HSL 38.62º 0.77% 0.44% -
HSV(B) 38.62º 0.87% 0.78% -
XYZ 33.09 30.53 5.13 -
YUV 143.77 61.54 168.11 -
System Red Green Blue C M Y K H S L
Decimal 200 138 26 0 0.31 0.87 0.22 38.62 0.77 0.44
Hex C8 8A 1A 0 1F 57 16 27 4D 2C
Octal 310 212 32 0 37 127 26 47 115 54
Binary 11001000 10001010 11010 0 11111 1010111 10110 100111 1001101 101100

Color Harmonies of #C88A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A1A

Black with #C88A1A

Text Example


Text Example

White with #C88A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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