Html Css Color HEX #C3B255 Sundance

📋 copy color: '#C3B255'

red 195 ◦ green 178 ◦ blue 85

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

Shades of Sundance #C3B255

Tints of Sundance #C3B255

RGB

 RED value IS 195 (76.56% from 255) = 42.58%

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

 BLUE value IS 85 (33.59% from 255) = 18.56%

R = 42.58%
G = 38.86%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C3B255 (or 0xC3B255) is known color: Sundance. HEX triplet: C3, B2 and 55. RGB value is (195,178,85). Sum of RGB (Red+Green+Blue) = 195+178+85=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B255 is #3C4DAA. Grayscale: #ACACAC. Windows color (decimal): -3952043 or 5616323. OLE color: 5616323.

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

Color convert

RGB 195 178 85 -
CMYK 0 0.09 0.56 0.24
HSL 50.73º 0.48% 0.55% -
HSV(B) 50.73º 0.56% 0.76% -
XYZ 40.07 44.1 14.99 -
YUV 172.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 195 178 85 0 0.09 0.56 0.24 50.73 0.48 0.55
Hex C3 B2 55 0 9 38 18 33 30 37
Octal 303 262 125 0 11 70 30 63 60 67
Binary 11000011 10110010 1010101 0 1001 111000 11000 110011 110000 110111

Color Harmonies of #C3B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B255

Black with #C3B255

Text Example


Text Example

White with #C3B255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B255; }

 p { color: rgb(195,178,85); }

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

background-color css

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

 a { background-color: rgb(195,178,85); }

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

border-color css

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

 span { border-color: rgb(195,178,85); }

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