Html Css Color HEX #C0B248 Sundance

📋 copy color: '#C0B248'

red 192 ◦ green 178 ◦ blue 72

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

Shades of Sundance #C0B248

Tints of Sundance #C0B248

RGB

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

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

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

R = 43.44%
G = 40.27%
B = 16.29%

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

#C0B248 (or 0xC0B248) is known color: Sundance. HEX triplet: C0, B2 and 48. RGB value is (192,178,72). Sum of RGB (Red+Green+Blue) = 192+178+72=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B248 is #3F4DB7. Grayscale: #AAAAAA. Windows color (decimal): -4148664 or 4764352. OLE color: 4764352.

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

Color convert

RGB 192 178 72 -
CMYK 0 0.07 0.63 0.25
HSL 53º 0.49% 0.52% -
HSV(B) 53º 0.63% 0.75% -
XYZ 38.83 43.52 12.48 -
YUV 170.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 192 178 72 0 0.07 0.63 0.25 53 0.49 0.52
Hex C0 B2 48 0 7 3F 19 35 31 34
Octal 300 262 110 0 7 77 31 65 61 64
Binary 11000000 10110010 1001000 0 111 111111 11001 110101 110001 110100

Color Harmonies of #C0B248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B248

Black with #C0B248

Text Example


Text Example

White with #C0B248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B248; }

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

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

background-color css

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

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

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

border-color css

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

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

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