Html Css Color HEX #C8AF07 Bird Flower

📋 copy color: '#C8AF07'

red 200 ◦ green 175 ◦ blue 7

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

Shades of Bird Flower #C8AF07

Tints of Bird Flower #C8AF07

RGB

 RED value IS 200 (78.52% from 255) = 52.36%

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

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 52.36%
G = 45.81%
B = 1.83%

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

#C8AF07 (or 0xC8AF07) is known color: Bird Flower. HEX triplet: C8, AF and 07. RGB value is (200,175,7). Sum of RGB (Red+Green+Blue) = 200+175+7=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF07 is #3750F8. Grayscale: #A4A4A4. Windows color (decimal): -3625209 or 503752. OLE color: 503752.

HSL color Cylindrical-coordinate representation of color #C8AF07: hue angle of 52.23º degrees, saturation: 0.93, 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 #C8AF07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 7 -
CMYK 0 0.12 0.96 0.22
HSL 52.23º 0.93% 0.41% -
HSV(B) 52.23º 0.97% 0.78% -
XYZ 39.19 42.95 6.43 -
YUV 163.32 39.78 154.16 -
System Red Green Blue C M Y K H S L
Decimal 200 175 7 0 0.12 0.96 0.22 52.23 0.93 0.41
Hex C8 AF 7 0 C 60 16 34 5D 29
Octal 310 257 7 0 14 140 26 64 135 51
Binary 11001000 10101111 111 0 1100 1100000 10110 110100 1011101 101001

Color Harmonies of #C8AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF07

Black with #C8AF07

Text Example


Text Example

White with #C8AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF07; }

 p { color: rgb(200,175,7); }

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

background-color css

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

 a { background-color: rgb(200,175,7); }

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

border-color css

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

 span { border-color: rgb(200,175,7); }

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