Html Css Color HEX #C8AF0C Bird Flower

📋 copy color: '#C8AF0C'

red 200 ◦ green 175 ◦ blue 12

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

Shades of Bird Flower #C8AF0C

Tints of Bird Flower #C8AF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 51.68%
G = 45.22%
B = 3.1%

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

#C8AF0C (or 0xC8AF0C) is known color: Bird Flower. HEX triplet: C8, AF and 0C. RGB value is (200,175,12). Sum of RGB (Red+Green+Blue) = 200+175+12=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF0C is #3750F3. Grayscale: #A4A4A4. Windows color (decimal): -3625204 or 831432. OLE color: 831432.

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

Color convert

RGB 200 175 12 -
CMYK 0 0.12 0.94 0.22
HSL 52.02º 0.89% 0.42% -
HSV(B) 52.02º 0.94% 0.78% -
XYZ 39.22 42.97 6.57 -
YUV 163.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 200 175 12 0 0.12 0.94 0.22 52.02 0.89 0.42
Hex C8 AF C 0 C 5E 16 34 59 2A
Octal 310 257 14 0 14 136 26 64 131 52
Binary 11001000 10101111 1100 0 1100 1011110 10110 110100 1011001 101010

Color Harmonies of #C8AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF0C

Black with #C8AF0C

Text Example


Text Example

White with #C8AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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