Html Css Color HEX #C7BE1C Bird Flower

📋 copy color: '#C7BE1C'

red 199 ◦ green 190 ◦ blue 28

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

Shades of Bird Flower #C7BE1C

Tints of Bird Flower #C7BE1C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.56%

 BLUE value IS 28 (11.33% from 255) = 6.71%

R = 47.72%
G = 45.56%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7BE1C (or 0xC7BE1C) is known color: Bird Flower. HEX triplet: C7, BE and 1C. RGB value is (199,190,28). Sum of RGB (Red+Green+Blue) = 199+190+28=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE1C is #3841E3. Grayscale: #AEAEAE. Windows color (decimal): -3686884 or 1883847. OLE color: 1883847.

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

Color convert

RGB 199 190 28 -
CMYK 0 0.05 0.86 0.22
HSL 56.84º 0.75% 0.45% -
HSV(B) 56.84º 0.86% 0.78% -
XYZ 42.18 49.05 8.34 -
YUV 174.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 199 190 28 0 0.05 0.86 0.22 56.84 0.75 0.45
Hex C7 BE 1C 0 5 56 16 39 4B 2D
Octal 307 276 34 0 5 126 26 71 113 55
Binary 11000111 10111110 11100 0 101 1010110 10110 111001 1001011 101101

Color Harmonies of #C7BE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE1C

Black with #C7BE1C

Text Example


Text Example

White with #C7BE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE1C; }

 p { color: rgb(199,190,28); }

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

background-color css

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

 a { background-color: rgb(199,190,28); }

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

border-color css

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

 span { border-color: rgb(199,190,28); }

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