Html Css Color HEX #C2B057 Sundance

📋 copy color: '#C2B057'

red 194 ◦ green 176 ◦ blue 87

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

Shades of Sundance #C2B057

Tints of Sundance #C2B057

RGB

 RED value IS 194 (76.17% from 255) = 42.45%

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 87 (34.38% from 255) = 19.04%

R = 42.45%
G = 38.51%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2B057 (or 0xC2B057) is known color: Sundance. HEX triplet: C2, B0 and 57. RGB value is (194,176,87). Sum of RGB (Red+Green+Blue) = 194+176+87=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B057 is #3D4FA8. Grayscale: #ABABAB. Windows color (decimal): -4018089 or 5746882. OLE color: 5746882.

HSL color Cylindrical-coordinate representation of color #C2B057: hue angle of 49.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2B057 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 87 -
CMYK 0 0.09 0.55 0.24
HSL 49.91º 0.47% 0.55% -
HSV(B) 49.91º 0.55% 0.76% -
XYZ 39.49 43.21 15.28 -
YUV 171.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 194 176 87 0 0.09 0.55 0.24 49.91 0.47 0.55
Hex C2 B0 57 0 9 37 18 32 2F 37
Octal 302 260 127 0 11 67 30 62 57 67
Binary 11000010 10110000 1010111 0 1001 110111 11000 110010 101111 110111

Color Harmonies of #C2B057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B057

Black with #C2B057

Text Example


Text Example

White with #C2B057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B057; }

 p { color: rgb(194,176,87); }

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

background-color css

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

 a { background-color: rgb(194,176,87); }

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

border-color css

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

 span { border-color: rgb(194,176,87); }

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