Html Css Color HEX #C1B348 Sundance

📋 copy color: '#C1B348'

red 193 ◦ green 179 ◦ blue 72

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

Shades of Sundance #C1B348

Tints of Sundance #C1B348

RGB

 RED value IS 193 (75.78% from 255) = 43.47%

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

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

R = 43.47%
G = 40.32%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C1B348 (or 0xC1B348) is known color: Sundance. HEX triplet: C1, B3 and 48. RGB value is (193,179,72). Sum of RGB (Red+Green+Blue) = 193+179+72=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B348 is #3E4CB7. Grayscale: #ABABAB. Windows color (decimal): -4082872 or 4764609. OLE color: 4764609.

HSL color Cylindrical-coordinate representation of color #C1B348: hue angle of 53.06º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1B348 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 72 -
CMYK 0 0.07 0.63 0.24
HSL 53.06º 0.49% 0.52% -
HSV(B) 53.06º 0.63% 0.76% -
XYZ 39.28 44.05 12.56 -
YUV 170.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 193 179 72 0 0.07 0.63 0.24 53.06 0.49 0.52
Hex C1 B3 48 0 7 3F 18 35 31 34
Octal 301 263 110 0 7 77 30 65 61 64
Binary 11000001 10110011 1001000 0 111 111111 11000 110101 110001 110100

Color Harmonies of #C1B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B348

Black with #C1B348

Text Example


Text Example

White with #C1B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B348; }

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

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

background-color css

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

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

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

border-color css

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

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

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