Html Css Color HEX #C4B64B Sundance

📋 copy color: '#C4B64B'

red 196 ◦ green 182 ◦ blue 75

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

Shades of Sundance #C4B64B

Tints of Sundance #C4B64B

RGB

 RED value IS 196 (76.95% from 255) = 43.27%

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

 BLUE value IS 75 (29.69% from 255) = 16.56%

R = 43.27%
G = 40.18%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4B64B (or 0xC4B64B) is known color: Sundance. HEX triplet: C4, B6 and 4B. RGB value is (196,182,75). Sum of RGB (Red+Green+Blue) = 196+182+75=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B64B is #3B49B4. Grayscale: #AEAEAE. Windows color (decimal): -3885493 or 4961988. OLE color: 4961988.

HSL color Cylindrical-coordinate representation of color #C4B64B: hue angle of 53.06º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4B64B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 182 75 -
CMYK 0 0.07 0.62 0.23
HSL 53.06º 0.51% 0.53% -
HSV(B) 53.06º 0.62% 0.77% -
XYZ 40.76 45.7 13.33 -
YUV 173.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 196 182 75 0 0.07 0.62 0.23 53.06 0.51 0.53
Hex C4 B6 4B 0 7 3E 17 35 33 35
Octal 304 266 113 0 7 76 27 65 63 65
Binary 11000100 10110110 1001011 0 111 111110 10111 110101 110011 110101

Color Harmonies of #C4B64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B64B

Black with #C4B64B

Text Example


Text Example

White with #C4B64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B64B; }

 p { color: rgb(196,182,75); }

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

background-color css

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

 a { background-color: rgb(196,182,75); }

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

border-color css

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

 span { border-color: rgb(196,182,75); }

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