Html Css Color HEX #C4AF10 Bird Flower

📋 copy color: '#C4AF10'

red 196 ◦ green 175 ◦ blue 16

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

Shades of Bird Flower #C4AF10

Tints of Bird Flower #C4AF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.22%

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 50.65%
G = 45.22%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4AF10 (or 0xC4AF10) is known color: Bird Flower. HEX triplet: C4, AF and 10. RGB value is (196,175,16). Sum of RGB (Red+Green+Blue) = 196+175+16=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF10 is #3B50EF. Grayscale: #A3A3A3. Windows color (decimal): -3887344 or 1093572. OLE color: 1093572.

HSL color Cylindrical-coordinate representation of color #C4AF10: hue angle of 53º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4AF10 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 16 -
CMYK 0 0.11 0.92 0.23
HSL 53º 0.85% 0.42% -
HSV(B) 53º 0.92% 0.77% -
XYZ 38.19 42.43 6.67 -
YUV 163.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 196 175 16 0 0.11 0.92 0.23 53 0.85 0.42
Hex C4 AF 10 0 B 5C 17 35 55 2A
Octal 304 257 20 0 13 134 27 65 125 52
Binary 11000100 10101111 10000 0 1011 1011100 10111 110101 1010101 101010

Color Harmonies of #C4AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF10

Black with #C4AF10

Text Example


Text Example

White with #C4AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF10; }

 p { color: rgb(196,175,16); }

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

background-color css

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

 a { background-color: rgb(196,175,16); }

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

border-color css

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

 span { border-color: rgb(196,175,16); }

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