Html Css Color HEX #C0B648 Sundance

📋 copy color: '#C0B648'

red 192 ◦ green 182 ◦ blue 72

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

Shades of Sundance #C0B648

Tints of Sundance #C0B648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

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

R = 43.05%
G = 40.81%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0B648 (or 0xC0B648) is known color: Sundance. HEX triplet: C0, B6 and 48. RGB value is (192,182,72). Sum of RGB (Red+Green+Blue) = 192+182+72=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B648 is #3F49B7. Grayscale: #ACACAC. Windows color (decimal): -4147640 or 4765376. OLE color: 4765376.

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

Color convert

RGB 192 182 72 -
CMYK 0 0.05 0.63 0.25
HSL 55º 0.49% 0.52% -
HSV(B) 55º 0.63% 0.75% -
XYZ 39.64 45.13 12.75 -
YUV 172.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 192 182 72 0 0.05 0.63 0.25 55 0.49 0.52
Hex C0 B6 48 0 5 3F 19 37 31 34
Octal 300 266 110 0 5 77 31 67 61 64
Binary 11000000 10110110 1001000 0 101 111111 11001 110111 110001 110100

Color Harmonies of #C0B648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B648

Black with #C0B648

Text Example


Text Example

White with #C0B648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B648; }

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

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

background-color css

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

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

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

border-color css

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

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

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