Html Css Color HEX #C3AB4B Sundance

📋 copy color: '#C3AB4B'

red 195 ◦ green 171 ◦ blue 75

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

Shades of Sundance #C3AB4B

Tints of Sundance #C3AB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

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

R = 44.22%
G = 38.78%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3AB4B (or 0xC3AB4B) is known color: Sundance. HEX triplet: C3, AB and 4B. RGB value is (195,171,75). Sum of RGB (Red+Green+Blue) = 195+171+75=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB4B is #3C54B4. Grayscale: #A7A7A7. Windows color (decimal): -3953845 or 4959171. OLE color: 4959171.

HSL color Cylindrical-coordinate representation of color #C3AB4B: hue angle of 48º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3AB4B is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 171 75 -
CMYK 0 0.12 0.62 0.24
HSL 48º 0.5% 0.53% -
HSV(B) 48º 0.62% 0.76% -
XYZ 38.34 41.24 12.6 -
YUV 167.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 195 171 75 0 0.12 0.62 0.24 48 0.5 0.53
Hex C3 AB 4B 0 C 3E 18 30 32 35
Octal 303 253 113 0 14 76 30 60 62 65
Binary 11000011 10101011 1001011 0 1100 111110 11000 110000 110010 110101

Color Harmonies of #C3AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB4B

Black with #C3AB4B

Text Example


Text Example

White with #C3AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB4B; }

 p { color: rgb(195,171,75); }

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

background-color css

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

 a { background-color: rgb(195,171,75); }

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

border-color css

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

 span { border-color: rgb(195,171,75); }

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