Html Css Color HEX #C0B048 Sundance

📋 copy color: '#C0B048'

red 192 ◦ green 176 ◦ blue 72

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

Shades of Sundance #C0B048

Tints of Sundance #C0B048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40%

 BLUE value IS 72 (28.52% from 255) = 16.36%

R = 43.64%
G = 40%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0B048 (or 0xC0B048) is known color: Sundance. HEX triplet: C0, B0 and 48. RGB value is (192,176,72). Sum of RGB (Red+Green+Blue) = 192+176+72=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B048 is #3F4FB7. Grayscale: #A9A9A9. Windows color (decimal): -4149176 or 4763840. OLE color: 4763840.

HSL color Cylindrical-coordinate representation of color #C0B048: hue angle of 52º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0B048 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 72 -
CMYK 0 0.08 0.63 0.25
HSL 52º 0.49% 0.52% -
HSV(B) 52º 0.63% 0.75% -
XYZ 38.43 42.73 12.35 -
YUV 168.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 192 176 72 0 0.08 0.63 0.25 52 0.49 0.52
Hex C0 B0 48 0 8 3F 19 34 31 34
Octal 300 260 110 0 10 77 31 64 61 64
Binary 11000000 10110000 1001000 0 1000 111111 11001 110100 110001 110100

Color Harmonies of #C0B048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B048

Black with #C0B048

Text Example


Text Example

White with #C0B048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B048; }

 p { color: rgb(192,176,72); }

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

background-color css

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

 a { background-color: rgb(192,176,72); }

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

border-color css

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

 span { border-color: rgb(192,176,72); }

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