Html Css Color HEX #C8B41F Bird Flower

📋 copy color: '#C8B41F'

red 200 ◦ green 180 ◦ blue 31

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

Shades of Bird Flower #C8B41F

Tints of Bird Flower #C8B41F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.8%

 BLUE value IS 31 (12.5% from 255) = 7.54%

R = 48.66%
G = 43.8%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8B41F (or 0xC8B41F) is known color: Bird Flower. HEX triplet: C8, B4 and 1F. RGB value is (200,180,31). Sum of RGB (Red+Green+Blue) = 200+180+31=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B41F is #374BE0. Grayscale: #A9A9A9. Windows color (decimal): -3623905 or 2077896. OLE color: 2077896.

HSL color Cylindrical-coordinate representation of color #C8B41F: hue angle of 52.9º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8B41F is Cyan = 0, Magento = 0.1, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 180 31 -
CMYK 0 0.1 0.84 0.22
HSL 52.9º 0.73% 0.45% -
HSV(B) 52.9º 0.85% 0.78% -
XYZ 40.39 45.02 7.86 -
YUV 168.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 200 180 31 0 0.1 0.84 0.22 52.9 0.73 0.45
Hex C8 B4 1F 0 A 54 16 35 49 2D
Octal 310 264 37 0 12 124 26 65 111 55
Binary 11001000 10110100 11111 0 1010 1010100 10110 110101 1001001 101101

Color Harmonies of #C8B41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B41F

Black with #C8B41F

Text Example


Text Example

White with #C8B41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B41F; }

 p { color: rgb(200,180,31); }

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

background-color css

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

 a { background-color: rgb(200,180,31); }

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

border-color css

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

 span { border-color: rgb(200,180,31); }

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