Html Css Color HEX #C8AE05 Bird Flower

📋 copy color: '#C8AE05'

red 200 ◦ green 174 ◦ blue 5

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

Shades of Bird Flower #C8AE05

Tints of Bird Flower #C8AE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 52.77%
G = 45.91%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C8AE05 (or 0xC8AE05) is known color: Bird Flower. HEX triplet: C8, AE and 05. RGB value is (200,174,5). Sum of RGB (Red+Green+Blue) = 200+174+5=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AE05 is #3751FA. Grayscale: #A3A3A3. Windows color (decimal): -3625467 or 372424. OLE color: 372424.

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

Color convert

RGB 200 174 5 -
CMYK 0 0.13 0.98 0.22
HSL 52º 0.95% 0.4% -
HSV(B) 52º 0.98% 0.78% -
XYZ 38.98 42.56 6.3 -
YUV 162.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 200 174 5 0 0.13 0.98 0.22 52 0.95 0.4
Hex C8 AE 5 0 D 62 16 34 5F 28
Octal 310 256 5 0 15 142 26 64 137 50
Binary 11001000 10101110 101 0 1101 1100010 10110 110100 1011111 101000

Color Harmonies of #C8AE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE05

Black with #C8AE05

Text Example


Text Example

White with #C8AE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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