Html Css Color HEX #C8AE15 Bird Flower

📋 copy color: '#C8AE15'

red 200 ◦ green 174 ◦ blue 21

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

Shades of Bird Flower #C8AE15

Tints of Bird Flower #C8AE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.32%

R = 50.63%
G = 44.05%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C8AE15 (or 0xC8AE15) is known color: Bird Flower. HEX triplet: C8, AE and 15. RGB value is (200,174,21). Sum of RGB (Red+Green+Blue) = 200+174+21=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AE15 is #3751EA. Grayscale: #A4A4A4. Windows color (decimal): -3625451 or 1421000. OLE color: 1421000.

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

Color convert

RGB 200 174 21 -
CMYK 0 0.13 0.90 0.22
HSL 51.28º 0.81% 0.43% -
HSV(B) 51.28º 0.9% 0.78% -
XYZ 39.09 42.61 6.87 -
YUV 164.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 200 174 21 0 0.13 0.90 0.22 51.28 0.81 0.43
Hex C8 AE 15 0 D 5A 16 33 51 2B
Octal 310 256 25 0 15 132 26 63 121 53
Binary 11001000 10101110 10101 0 1101 1011010 10110 110011 1010001 101011

Color Harmonies of #C8AE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE15

Black with #C8AE15

Text Example


Text Example

White with #C8AE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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