Html Css Color HEX #C8AE0A Bird Flower

📋 copy color: '#C8AE0A'

red 200 ◦ green 174 ◦ blue 10

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

Shades of Bird Flower #C8AE0A

Tints of Bird Flower #C8AE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 52.08%
G = 45.31%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8AE0A (or 0xC8AE0A) is known color: Bird Flower. HEX triplet: C8, AE and 0A. RGB value is (200,174,10). Sum of RGB (Red+Green+Blue) = 200+174+10=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AE0A is #3751F5. Grayscale: #A3A3A3. Windows color (decimal): -3625462 or 700104. OLE color: 700104.

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

Color convert

RGB 200 174 10 -
CMYK 0 0.13 0.95 0.22
HSL 51.79º 0.9% 0.41% -
HSV(B) 51.79º 0.95% 0.78% -
XYZ 39.01 42.57 6.45 -
YUV 163.08 41.61 154.34 -
System Red Green Blue C M Y K H S L
Decimal 200 174 10 0 0.13 0.95 0.22 51.79 0.9 0.41
Hex C8 AE A 0 D 5F 16 34 5A 29
Octal 310 256 12 0 15 137 26 64 132 51
Binary 11001000 10101110 1010 0 1101 1011111 10110 110100 1011010 101001

Color Harmonies of #C8AE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE0A

Black with #C8AE0A

Text Example


Text Example

White with #C8AE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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