Html Css Color HEX #C7BC0F Bird Flower

📋 copy color: '#C7BC0F'

red 199 ◦ green 188 ◦ blue 15

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

Shades of Bird Flower #C7BC0F

Tints of Bird Flower #C7BC0F

RGB

 RED value IS 199 (78.13% from 255) = 49.5%

 GREEN value IS 188 (73.83% from 255) = 46.77%

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

R = 49.5%
G = 46.77%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7BC0F (or 0xC7BC0F) is known color: Bird Flower. HEX triplet: C7, BC and 0F. RGB value is (199,188,15). Sum of RGB (Red+Green+Blue) = 199+188+15=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BC0F is #3843F0. Grayscale: #ACACAC. Windows color (decimal): -3687409 or 1031367. OLE color: 1031367.

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

Color convert

RGB 199 188 15 -
CMYK 0 0.06 0.92 0.22
HSL 56.41º 0.86% 0.42% -
HSV(B) 56.41º 0.92% 0.78% -
XYZ 41.62 48.14 7.55 -
YUV 171.57 39.64 147.57 -
System Red Green Blue C M Y K H S L
Decimal 199 188 15 0 0.06 0.92 0.22 56.41 0.86 0.42
Hex C7 BC F 0 6 5C 16 38 56 2A
Octal 307 274 17 0 6 134 26 70 126 52
Binary 11000111 10111100 1111 0 110 1011100 10110 111000 1010110 101010

Color Harmonies of #C7BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC0F

Black with #C7BC0F

Text Example


Text Example

White with #C7BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC0F; }

 p { color: rgb(199,188,15); }

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

background-color css

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

 a { background-color: rgb(199,188,15); }

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

border-color css

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

 span { border-color: rgb(199,188,15); }

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