Html Css Color HEX #C6AF0B Bird Flower

📋 copy color: '#C6AF0B'

red 198 ◦ green 175 ◦ blue 11

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

Shades of Bird Flower #C6AF0B

Tints of Bird Flower #C6AF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 51.56%
G = 45.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6AF0B (or 0xC6AF0B) is known color: Bird Flower. HEX triplet: C6, AF and 0B. RGB value is (198,175,11). Sum of RGB (Red+Green+Blue) = 198+175+11=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF0B is #3950F4. Grayscale: #A3A3A3. Windows color (decimal): -3756277 or 765894. OLE color: 765894.

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

Color convert

RGB 198 175 11 -
CMYK 0 0.12 0.94 0.22
HSL 52.62º 0.89% 0.41% -
HSV(B) 52.62º 0.94% 0.78% -
XYZ 38.68 42.69 6.52 -
YUV 163.18 42.12 152.84 -
System Red Green Blue C M Y K H S L
Decimal 198 175 11 0 0.12 0.94 0.22 52.62 0.89 0.41
Hex C6 AF B 0 C 5E 16 35 59 29
Octal 306 257 13 0 14 136 26 65 131 51
Binary 11000110 10101111 1011 0 1100 1011110 10110 110101 1011001 101001

Color Harmonies of #C6AF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF0B

Black with #C6AF0B

Text Example


Text Example

White with #C6AF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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