Html Css Color HEX #C7BB1A Bird Flower

📋 copy color: '#C7BB1A'

red 199 ◦ green 187 ◦ blue 26

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

Shades of Bird Flower #C7BB1A

Tints of Bird Flower #C7BB1A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.39%

 BLUE value IS 26 (10.55% from 255) = 6.31%

R = 48.3%
G = 45.39%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7BB1A (or 0xC7BB1A) is known color: Bird Flower. HEX triplet: C7, BB and 1A. RGB value is (199,187,26). Sum of RGB (Red+Green+Blue) = 199+187+26=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB1A is #3844E5. Grayscale: #ACACAC. Windows color (decimal): -3687654 or 1752007. OLE color: 1752007.

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

Color convert

RGB 199 187 26 -
CMYK 0 0.06 0.87 0.22
HSL 55.84º 0.77% 0.44% -
HSV(B) 55.84º 0.87% 0.78% -
XYZ 41.51 47.76 8.01 -
YUV 172.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 199 187 26 0 0.06 0.87 0.22 55.84 0.77 0.44
Hex C7 BB 1A 0 6 57 16 38 4D 2C
Octal 307 273 32 0 6 127 26 70 115 54
Binary 11000111 10111011 11010 0 110 1010111 10110 111000 1001101 101100

Color Harmonies of #C7BB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BB1A

Black with #C7BB1A

Text Example


Text Example

White with #C7BB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BB1A; }

 p { color: rgb(199,187,26); }

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

background-color css

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

 a { background-color: rgb(199,187,26); }

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

border-color css

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

 span { border-color: rgb(199,187,26); }

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