Html Css Color HEX #C8AF0F Bird Flower

📋 copy color: '#C8AF0F'

red 200 ◦ green 175 ◦ blue 15

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

Shades of Bird Flower #C8AF0F

Tints of Bird Flower #C8AF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.85%

R = 51.28%
G = 44.87%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8AF0F (or 0xC8AF0F) is known color: Bird Flower. HEX triplet: C8, AF and 0F. RGB value is (200,175,15). Sum of RGB (Red+Green+Blue) = 200+175+15=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF0F is #3750F0. Grayscale: #A4A4A4. Windows color (decimal): -3625201 or 1028040. OLE color: 1028040.

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

Color convert

RGB 200 175 15 -
CMYK 0 0.12 0.92 0.22
HSL 51.89º 0.86% 0.42% -
HSV(B) 51.89º 0.93% 0.78% -
XYZ 39.24 42.97 6.68 -
YUV 164.24 43.78 153.51 -
System Red Green Blue C M Y K H S L
Decimal 200 175 15 0 0.12 0.92 0.22 51.89 0.86 0.42
Hex C8 AF F 0 C 5C 16 34 56 2A
Octal 310 257 17 0 14 134 26 64 126 52
Binary 11001000 10101111 1111 0 1100 1011100 10110 110100 1010110 101010

Color Harmonies of #C8AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF0F

Black with #C8AF0F

Text Example


Text Example

White with #C8AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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