Html Css Color HEX #C8BF15 Bird Flower

📋 copy color: '#C8BF15'

red 200 ◦ green 191 ◦ blue 21

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

Shades of Bird Flower #C8BF15

Tints of Bird Flower #C8BF15

RGB

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

 GREEN value IS 191 (75% from 255) = 46.36%

 BLUE value IS 21 (8.59% from 255) = 5.1%

R = 48.54%
G = 46.36%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C8BF15 (or 0xC8BF15) is known color: Bird Flower. HEX triplet: C8, BF and 15. RGB value is (200,191,21). Sum of RGB (Red+Green+Blue) = 200+191+21=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BF15 is #3740EA. Grayscale: #AFAFAF. Windows color (decimal): -3621099 or 1425352. OLE color: 1425352.

HSL color Cylindrical-coordinate representation of color #C8BF15: hue angle of 56.98º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8BF15 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 191 21 -
CMYK 0 0.04 0.90 0.22
HSL 56.98º 0.81% 0.43% -
HSV(B) 56.98º 0.9% 0.78% -
XYZ 42.59 49.6 8.04 -
YUV 174.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 200 191 21 0 0.04 0.90 0.22 56.98 0.81 0.43
Hex C8 BF 15 0 4 5A 16 39 51 2B
Octal 310 277 25 0 4 132 26 71 121 53
Binary 11001000 10111111 10101 0 100 1011010 10110 111001 1010001 101011

Color Harmonies of #C8BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF15

Black with #C8BF15

Text Example


Text Example

White with #C8BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF15; }

 p { color: rgb(200,191,21); }

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

background-color css

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

 a { background-color: rgb(200,191,21); }

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

border-color css

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

 span { border-color: rgb(200,191,21); }

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