Html Css Color HEX #C8BA0F Bird Flower

📋 copy color: '#C8BA0F'

red 200 ◦ green 186 ◦ blue 15

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

Shades of Bird Flower #C8BA0F

Tints of Bird Flower #C8BA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 49.88%
G = 46.38%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8BA0F (or 0xC8BA0F) is known color: Bird Flower. HEX triplet: C8, BA and 0F. RGB value is (200,186,15). Sum of RGB (Red+Green+Blue) = 200+186+15=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA0F is #3745F0. Grayscale: #ABABAB. Windows color (decimal): -3622385 or 1030856. OLE color: 1030856.

HSL color Cylindrical-coordinate representation of color #C8BA0F: hue angle of 55.46º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8BA0F is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 15 -
CMYK 0 0.07 0.92 0.22
HSL 55.46º 0.86% 0.42% -
HSV(B) 55.46º 0.93% 0.78% -
XYZ 41.46 47.43 7.42 -
YUV 170.69 40.14 148.9 -
System Red Green Blue C M Y K H S L
Decimal 200 186 15 0 0.07 0.92 0.22 55.46 0.86 0.42
Hex C8 BA F 0 7 5C 16 37 56 2A
Octal 310 272 17 0 7 134 26 67 126 52
Binary 11001000 10111010 1111 0 111 1011100 10110 110111 1010110 101010

Color Harmonies of #C8BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA0F

Black with #C8BA0F

Text Example


Text Example

White with #C8BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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