Html Css Color HEX #C8AE11 Bird Flower

📋 copy color: '#C8AE11'

red 200 ◦ green 174 ◦ blue 17

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

Shades of Bird Flower #C8AE11

Tints of Bird Flower #C8AE11

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.5%

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 51.15%
G = 44.5%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8AE11 (or 0xC8AE11) is known color: Bird Flower. HEX triplet: C8, AE and 11. RGB value is (200,174,17). Sum of RGB (Red+Green+Blue) = 200+174+17=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AE11 is #3751EE. Grayscale: #A4A4A4. Windows color (decimal): -3625455 or 1158856. OLE color: 1158856.

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

Color convert

RGB 200 174 17 -
CMYK 0 0.13 0.92 0.22
HSL 51.48º 0.84% 0.43% -
HSV(B) 51.48º 0.92% 0.78% -
XYZ 39.06 42.59 6.69 -
YUV 163.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 200 174 17 0 0.13 0.92 0.22 51.48 0.84 0.43
Hex C8 AE 11 0 D 5C 16 33 54 2B
Octal 310 256 21 0 15 134 26 63 124 53
Binary 11001000 10101110 10001 0 1101 1011100 10110 110011 1010100 101011

Color Harmonies of #C8AE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE11

Black with #C8AE11

Text Example


Text Example

White with #C8AE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE11; }

 p { color: rgb(200,174,17); }

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

background-color css

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

 a { background-color: rgb(200,174,17); }

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

border-color css

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

 span { border-color: rgb(200,174,17); }

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