Html Css Color HEX #C08C2B Nugget

📋 copy color: '#C08C2B'

red 192 ◦ green 140 ◦ blue 43

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

Shades of Nugget #C08C2B

Tints of Nugget #C08C2B

RGB

 RED value IS 192 (75.39% from 255) = 51.2%

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 51.2%
G = 37.33%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C08C2B (or 0xC08C2B) is known color: Nugget. HEX triplet: C0, 8C and 2B. RGB value is (192,140,43). Sum of RGB (Red+Green+Blue) = 192+140+43=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C2B is #3F73D4. Grayscale: #909090. Windows color (decimal): -4158421 or 2854080. OLE color: 2854080.

HSL color Cylindrical-coordinate representation of color #C08C2B: hue angle of 39.06º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C08C2B is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 43 -
CMYK 0 0.27 0.78 0.25
HSL 39.06º 0.63% 0.46% -
HSV(B) 39.06º 0.78% 0.75% -
XYZ 31.55 30.14 6.44 -
YUV 144.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 192 140 43 0 0.27 0.78 0.25 39.06 0.63 0.46
Hex C0 8C 2B 0 1B 4E 19 27 3F 2E
Octal 300 214 53 0 33 116 31 47 77 56
Binary 11000000 10001100 101011 0 11011 1001110 11001 100111 111111 101110

Color Harmonies of #C08C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C2B

Black with #C08C2B

Text Example


Text Example

White with #C08C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C2B; }

 p { color: rgb(192,140,43); }

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

background-color css

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

 a { background-color: rgb(192,140,43); }

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

border-color css

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

 span { border-color: rgb(192,140,43); }

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