Html Css Color HEX #C8AC0A Bird Flower

📋 copy color: '#C8AC0A'

red 200 ◦ green 172 ◦ blue 10

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

Shades of Bird Flower #C8AC0A

Tints of Bird Flower #C8AC0A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.03%

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

R = 52.36%
G = 45.03%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8AC0A (or 0xC8AC0A) is known color: Bird Flower. HEX triplet: C8, AC and 0A. RGB value is (200,172,10). Sum of RGB (Red+Green+Blue) = 200+172+10=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC0A is #3753F5. Grayscale: #A2A2A2. Windows color (decimal): -3625974 or 699592. OLE color: 699592.

HSL color Cylindrical-coordinate representation of color #C8AC0A: hue angle of 51.16º 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 #C8AC0A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 10 -
CMYK 0 0.14 0.95 0.22
HSL 51.16º 0.9% 0.41% -
HSV(B) 51.16º 0.95% 0.78% -
XYZ 38.63 41.81 6.32 -
YUV 161.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 200 172 10 0 0.14 0.95 0.22 51.16 0.9 0.41
Hex C8 AC A 0 E 5F 16 33 5A 29
Octal 310 254 12 0 16 137 26 63 132 51
Binary 11001000 10101100 1010 0 1110 1011111 10110 110011 1011010 101001

Color Harmonies of #C8AC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC0A

Black with #C8AC0A

Text Example


Text Example

White with #C8AC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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