Html Css Color HEX #C8BA14 Bird Flower

📋 copy color: '#C8BA14'

red 200 ◦ green 186 ◦ blue 20

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

Shades of Bird Flower #C8BA14

Tints of Bird Flower #C8BA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.81%

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 49.26%
G = 45.81%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C8BA14 (or 0xC8BA14) is known color: Bird Flower. HEX triplet: C8, BA and 14. RGB value is (200,186,20). Sum of RGB (Red+Green+Blue) = 200+186+20=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA14 is #3745EB. Grayscale: #ABABAB. Windows color (decimal): -3622380 or 1358536. OLE color: 1358536.

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

Color convert

RGB 200 186 20 -
CMYK 0 0.07 0.9 0.22
HSL 55.33º 0.82% 0.43% -
HSV(B) 55.33º 0.9% 0.78% -
XYZ 41.5 47.45 7.63 -
YUV 171.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 200 186 20 0 0.07 0.9 0.22 55.33 0.82 0.43
Hex C8 BA 14 0 7 5A 16 37 52 2B
Octal 310 272 24 0 7 132 26 67 122 53
Binary 11001000 10111010 10100 0 111 1011010 10110 110111 1010010 101011

Color Harmonies of #C8BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA14

Black with #C8BA14

Text Example


Text Example

White with #C8BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA14; }

 p { color: rgb(200,186,20); }

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

background-color css

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

 a { background-color: rgb(200,186,20); }

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

border-color css

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

 span { border-color: rgb(200,186,20); }

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