Html Css Color HEX #C8BA15 Bird Flower

📋 copy color: '#C8BA15'

red 200 ◦ green 186 ◦ blue 21

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

Shades of Bird Flower #C8BA15

Tints of Bird Flower #C8BA15

RGB

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

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

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

R = 49.14%
G = 45.7%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C8BA15 (or 0xC8BA15) is known color: Bird Flower. HEX triplet: C8, BA and 15. RGB value is (200,186,21). Sum of RGB (Red+Green+Blue) = 200+186+21=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA15 is #3745EA. Grayscale: #ACACAC. Windows color (decimal): -3622379 or 1424072. OLE color: 1424072.

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

Color convert

RGB 200 186 21 -
CMYK 0 0.07 0.90 0.22
HSL 55.31º 0.81% 0.43% -
HSV(B) 55.31º 0.9% 0.78% -
XYZ 41.51 47.45 7.68 -
YUV 171.38 43.14 148.42 -
System Red Green Blue C M Y K H S L
Decimal 200 186 21 0 0.07 0.90 0.22 55.31 0.81 0.43
Hex C8 BA 15 0 7 5A 16 37 51 2B
Octal 310 272 25 0 7 132 26 67 121 53
Binary 11001000 10111010 10101 0 111 1011010 10110 110111 1010001 101011

Color Harmonies of #C8BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA15

Black with #C8BA15

Text Example


Text Example

White with #C8BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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