Html Css Color HEX #C6AF0A Bird Flower

📋 copy color: '#C6AF0A'

red 198 ◦ green 175 ◦ blue 10

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

Shades of Bird Flower #C6AF0A

Tints of Bird Flower #C6AF0A

RGB

 RED value IS 198 (77.73% from 255) = 51.7%

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

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 51.7%
G = 45.69%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C6AF0A (or 0xC6AF0A) is known color: Bird Flower. HEX triplet: C6, AF and 0A. RGB value is (198,175,10). Sum of RGB (Red+Green+Blue) = 198+175+10=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF0A is #3950F5. Grayscale: #A3A3A3. Windows color (decimal): -3756278 or 700358. OLE color: 700358.

HSL color Cylindrical-coordinate representation of color #C6AF0A: hue angle of 52.66º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6AF0A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 175 10 -
CMYK 0 0.12 0.95 0.22
HSL 52.66º 0.9% 0.41% -
HSV(B) 52.66º 0.95% 0.78% -
XYZ 38.67 42.69 6.49 -
YUV 163.07 41.62 152.92 -
System Red Green Blue C M Y K H S L
Decimal 198 175 10 0 0.12 0.95 0.22 52.66 0.9 0.41
Hex C6 AF A 0 C 5F 16 35 5A 29
Octal 306 257 12 0 14 137 26 65 132 51
Binary 11000110 10101111 1010 0 1100 1011111 10110 110101 1011010 101001

Color Harmonies of #C6AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF0A

Black with #C6AF0A

Text Example


Text Example

White with #C6AF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF0A; }

 p { color: rgb(198,175,10); }

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

background-color css

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

 a { background-color: rgb(198,175,10); }

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

border-color css

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

 span { border-color: rgb(198,175,10); }

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