Html Css Color HEX #C3B74B Sundance

📋 copy color: '#C3B74B'

red 195 ◦ green 183 ◦ blue 75

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

Shades of Sundance #C3B74B

Tints of Sundance #C3B74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.4%

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

R = 43.05%
G = 40.4%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3B74B (or 0xC3B74B) is known color: Sundance. HEX triplet: C3, B7 and 4B. RGB value is (195,183,75). Sum of RGB (Red+Green+Blue) = 195+183+75=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B74B is #3C48B4. Grayscale: #AEAEAE. Windows color (decimal): -3950773 or 4962243. OLE color: 4962243.

HSL color Cylindrical-coordinate representation of color #C3B74B: hue angle of 54º 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 #C3B74B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 183 75 -
CMYK 0 0.06 0.62 0.24
HSL 54º 0.5% 0.53% -
HSV(B) 54º 0.62% 0.76% -
XYZ 40.71 45.98 13.39 -
YUV 174.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 195 183 75 0 0.06 0.62 0.24 54 0.5 0.53
Hex C3 B7 4B 0 6 3E 18 36 32 35
Octal 303 267 113 0 6 76 30 66 62 65
Binary 11000011 10110111 1001011 0 110 111110 11000 110110 110010 110101

Color Harmonies of #C3B74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B74B

Black with #C3B74B

Text Example


Text Example

White with #C3B74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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