Html Css Color HEX #C8B31B Bird Flower

📋 copy color: '#C8B31B'

red 200 ◦ green 179 ◦ blue 27

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

Shades of Bird Flower #C8B31B

Tints of Bird Flower #C8B31B

RGB

 RED value IS 200 (78.52% from 255) = 49.26%

 GREEN value IS 179 (70.31% from 255) = 44.09%

 BLUE value IS 27 (10.94% from 255) = 6.65%

R = 49.26%
G = 44.09%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8B31B (or 0xC8B31B) is known color: Bird Flower. HEX triplet: C8, B3 and 1B. RGB value is (200,179,27). Sum of RGB (Red+Green+Blue) = 200+179+27=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B31B is #374CE4. Grayscale: #A8A8A8. Windows color (decimal): -3624165 or 1815496. OLE color: 1815496.

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

Color convert

RGB 200 179 27 -
CMYK 0 0.10 0.86 0.22
HSL 52.72º 0.76% 0.45% -
HSV(B) 52.72º 0.87% 0.78% -
XYZ 40.14 44.6 7.53 -
YUV 167.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 200 179 27 0 0.10 0.86 0.22 52.72 0.76 0.45
Hex C8 B3 1B 0 A 56 16 35 4C 2D
Octal 310 263 33 0 12 126 26 65 114 55
Binary 11001000 10110011 11011 0 1010 1010110 10110 110101 1001100 101101

Color Harmonies of #C8B31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B31B

Black with #C8B31B

Text Example


Text Example

White with #C8B31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B31B; }

 p { color: rgb(200,179,27); }

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

background-color css

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

 a { background-color: rgb(200,179,27); }

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

border-color css

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

 span { border-color: rgb(200,179,27); }

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