Html Css Color HEX #C5AF0C Bird Flower

📋 copy color: '#C5AF0C'

red 197 ◦ green 175 ◦ blue 12

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

Shades of Bird Flower #C5AF0C

Tints of Bird Flower #C5AF0C

RGB

 RED value IS 197 (77.34% from 255) = 51.3%

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

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 51.3%
G = 45.57%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5AF0C (or 0xC5AF0C) is known color: Bird Flower. HEX triplet: C5, AF and 0C. RGB value is (197,175,12). Sum of RGB (Red+Green+Blue) = 197+175+12=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF0C is #3A50F3. Grayscale: #A3A3A3. Windows color (decimal): -3821812 or 831429. OLE color: 831429.

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

Color convert

RGB 197 175 12 -
CMYK 0 0.11 0.94 0.23
HSL 52.86º 0.89% 0.41% -
HSV(B) 52.86º 0.94% 0.77% -
XYZ 38.42 42.56 6.54 -
YUV 163 42.79 152.25 -
System Red Green Blue C M Y K H S L
Decimal 197 175 12 0 0.11 0.94 0.23 52.86 0.89 0.41
Hex C5 AF C 0 B 5E 17 35 59 29
Octal 305 257 14 0 13 136 27 65 131 51
Binary 11000101 10101111 1100 0 1011 1011110 10111 110101 1011001 101001

Color Harmonies of #C5AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF0C

Black with #C5AF0C

Text Example


Text Example

White with #C5AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF0C; }

 p { color: rgb(197,175,12); }

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

background-color css

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

 a { background-color: rgb(197,175,12); }

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

border-color css

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

 span { border-color: rgb(197,175,12); }

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