Html Css Color HEX #C0B249 Sundance

📋 copy color: '#C0B249'

red 192 ◦ green 178 ◦ blue 73

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

Shades of Sundance #C0B249

Tints of Sundance #C0B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

 BLUE value IS 73 (28.91% from 255) = 16.48%

R = 43.34%
G = 40.18%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C0B249 (or 0xC0B249) is known color: Sundance. HEX triplet: C0, B2 and 49. RGB value is (192,178,73). Sum of RGB (Red+Green+Blue) = 192+178+73=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B249 is #3F4DB6. Grayscale: #AAAAAA. Windows color (decimal): -4148663 or 4829888. OLE color: 4829888.

HSL color Cylindrical-coordinate representation of color #C0B249: hue angle of 52.94º 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 #C0B249 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 73 -
CMYK 0 0.07 0.62 0.25
HSL 52.94º 0.49% 0.52% -
HSV(B) 52.94º 0.62% 0.75% -
XYZ 38.86 43.53 12.66 -
YUV 170.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 192 178 73 0 0.07 0.62 0.25 52.94 0.49 0.52
Hex C0 B2 49 0 7 3E 19 35 31 34
Octal 300 262 111 0 7 76 31 65 61 64
Binary 11000000 10110010 1001001 0 111 111110 11001 110101 110001 110100

Color Harmonies of #C0B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B249

Black with #C0B249

Text Example


Text Example

White with #C0B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B249; }

 p { color: rgb(192,178,73); }

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

background-color css

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

 a { background-color: rgb(192,178,73); }

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

border-color css

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

 span { border-color: rgb(192,178,73); }

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