Html Css Color HEX #C48F23 Nugget

📋 copy color: '#C48F23'

red 196 ◦ green 143 ◦ blue 35

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

Shades of Nugget #C48F23

Tints of Nugget #C48F23

RGB

 RED value IS 196 (76.95% from 255) = 52.41%

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

 BLUE value IS 35 (14.06% from 255) = 9.36%

R = 52.41%
G = 38.24%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48F23 (or 0xC48F23) is known color: Nugget. HEX triplet: C4, 8F and 23. RGB value is (196,143,35). Sum of RGB (Red+Green+Blue) = 196+143+35=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F23 is #3B70DC. Grayscale: #939393. Windows color (decimal): -3895517 or 2330564. OLE color: 2330564.

HSL color Cylindrical-coordinate representation of color #C48F23: hue angle of 40.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C48F23 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 35 -
CMYK 0 0.27 0.82 0.23
HSL 40.25º 0.7% 0.45% -
HSV(B) 40.25º 0.82% 0.77% -
XYZ 32.89 31.5 5.94 -
YUV 146.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 196 143 35 0 0.27 0.82 0.23 40.25 0.7 0.45
Hex C4 8F 23 0 1B 52 17 28 46 2D
Octal 304 217 43 0 33 122 27 50 106 55
Binary 11000100 10001111 100011 0 11011 1010010 10111 101000 1000110 101101

Color Harmonies of #C48F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F23

Black with #C48F23

Text Example


Text Example

White with #C48F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F23; }

 p { color: rgb(196,143,35); }

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

background-color css

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

 a { background-color: rgb(196,143,35); }

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

border-color css

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

 span { border-color: rgb(196,143,35); }

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