Html Css Color HEX #C0B348 Sundance

📋 copy color: '#C0B348'

red 192 ◦ green 179 ◦ blue 72

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

Shades of Sundance #C0B348

Tints of Sundance #C0B348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

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

R = 43.34%
G = 40.41%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0B348 (or 0xC0B348) is known color: Sundance. HEX triplet: C0, B3 and 48. RGB value is (192,179,72). Sum of RGB (Red+Green+Blue) = 192+179+72=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B348 is #3F4CB7. Grayscale: #ABABAB. Windows color (decimal): -4148408 or 4764608. OLE color: 4764608.

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

Color convert

RGB 192 179 72 -
CMYK 0 0.07 0.63 0.25
HSL 53.5º 0.49% 0.52% -
HSV(B) 53.5º 0.63% 0.75% -
XYZ 39.03 43.91 12.55 -
YUV 170.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 192 179 72 0 0.07 0.63 0.25 53.5 0.49 0.52
Hex C0 B3 48 0 7 3F 19 36 31 34
Octal 300 263 110 0 7 77 31 66 61 64
Binary 11000000 10110011 1001000 0 111 111111 11001 110110 110001 110100

Color Harmonies of #C0B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B348

Black with #C0B348

Text Example


Text Example

White with #C0B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B348; }

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

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

background-color css

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

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

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

border-color css

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

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

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