Html Css Color HEX #C7AF08 Bird Flower

📋 copy color: '#C7AF08'

red 199 ◦ green 175 ◦ blue 8

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

Shades of Bird Flower #C7AF08

Tints of Bird Flower #C7AF08

RGB

 RED value IS 199 (78.13% from 255) = 52.09%

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

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 52.09%
G = 45.81%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7AF08 (or 0xC7AF08) is known color: Bird Flower. HEX triplet: C7, AF and 08. RGB value is (199,175,8). Sum of RGB (Red+Green+Blue) = 199+175+8=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AF08 is #3850F7. Grayscale: #A3A3A3. Windows color (decimal): -3690744 or 569287. OLE color: 569287.

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

Color convert

RGB 199 175 8 -
CMYK 0 0.12 0.96 0.22
HSL 52.46º 0.92% 0.41% -
HSV(B) 52.46º 0.96% 0.78% -
XYZ 38.93 42.82 6.44 -
YUV 163.14 40.45 153.58 -
System Red Green Blue C M Y K H S L
Decimal 199 175 8 0 0.12 0.96 0.22 52.46 0.92 0.41
Hex C7 AF 8 0 C 60 16 34 5C 29
Octal 307 257 10 0 14 140 26 64 134 51
Binary 11000111 10101111 1000 0 1100 1100000 10110 110100 1011100 101001

Color Harmonies of #C7AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF08

Black with #C7AF08

Text Example


Text Example

White with #C7AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF08; }

 p { color: rgb(199,175,8); }

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

background-color css

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

 a { background-color: rgb(199,175,8); }

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

border-color css

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

 span { border-color: rgb(199,175,8); }

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