Html Css Color HEX #C7BF13 Bird Flower

📋 copy color: '#C7BF13'

red 199 ◦ green 191 ◦ blue 19

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

Shades of Bird Flower #C7BF13

Tints of Bird Flower #C7BF13

RGB

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

 GREEN value IS 191 (75% from 255) = 46.7%

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 48.66%
G = 46.7%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C7BF13 (or 0xC7BF13) is known color: Bird Flower. HEX triplet: C7, BF and 13. RGB value is (199,191,19). Sum of RGB (Red+Green+Blue) = 199+191+19=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BF13 is #3840EC. Grayscale: #AEAEAE. Windows color (decimal): -3686637 or 1294279. OLE color: 1294279.

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

Color convert

RGB 199 191 19 -
CMYK 0 0.04 0.90 0.22
HSL 57.33º 0.83% 0.43% -
HSV(B) 57.33º 0.9% 0.78% -
XYZ 42.3 49.45 7.93 -
YUV 173.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 199 191 19 0 0.04 0.90 0.22 57.33 0.83 0.43
Hex C7 BF 13 0 4 5A 16 39 53 2B
Octal 307 277 23 0 4 132 26 71 123 53
Binary 11000111 10111111 10011 0 100 1011010 10110 111001 1010011 101011

Color Harmonies of #C7BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BF13

Black with #C7BF13

Text Example


Text Example

White with #C7BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BF13; }

 p { color: rgb(199,191,19); }

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

background-color css

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

 a { background-color: rgb(199,191,19); }

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

border-color css

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

 span { border-color: rgb(199,191,19); }

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