Html Css Color HEX #C7B008 Bird Flower

📋 copy color: '#C7B008'

red 199 ◦ green 176 ◦ blue 8

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

Shades of Bird Flower #C7B008

Tints of Bird Flower #C7B008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 51.96%
G = 45.95%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7B008 (or 0xC7B008) is known color: Bird Flower. HEX triplet: C7, B0 and 08. RGB value is (199,176,8). Sum of RGB (Red+Green+Blue) = 199+176+8=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B008 is #384FF7. Grayscale: #A4A4A4. Windows color (decimal): -3690488 or 569543. OLE color: 569543.

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

Color convert

RGB 199 176 8 -
CMYK 0 0.12 0.96 0.22
HSL 52.77º 0.92% 0.41% -
HSV(B) 52.77º 0.96% 0.78% -
XYZ 39.12 43.21 6.51 -
YUV 163.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 199 176 8 0 0.12 0.96 0.22 52.77 0.92 0.41
Hex C7 B0 8 0 C 60 16 35 5C 29
Octal 307 260 10 0 14 140 26 65 134 51
Binary 11000111 10110000 1000 0 1100 1100000 10110 110101 1011100 101001

Color Harmonies of #C7B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B008

Black with #C7B008

Text Example


Text Example

White with #C7B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B008; }

 p { color: rgb(199,176,8); }

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

background-color css

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

 a { background-color: rgb(199,176,8); }

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

border-color css

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

 span { border-color: rgb(199,176,8); }

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