Html Css Color HEX #C8BE13 Bird Flower

📋 copy color: '#C8BE13'

red 200 ◦ green 190 ◦ blue 19

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

Shades of Bird Flower #C8BE13

Tints of Bird Flower #C8BE13

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.45%

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 48.9%
G = 46.45%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C8BE13 (or 0xC8BE13) is known color: Bird Flower. HEX triplet: C8, BE and 13. RGB value is (200,190,19). Sum of RGB (Red+Green+Blue) = 200+190+19=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE13 is #3741EC. Grayscale: #AEAEAE. Windows color (decimal): -3621357 or 1294024. OLE color: 1294024.

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

Color convert

RGB 200 190 19 -
CMYK 0 0.05 0.90 0.22
HSL 56.69º 0.83% 0.43% -
HSV(B) 56.69º 0.91% 0.78% -
XYZ 42.35 49.15 7.87 -
YUV 173.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 200 190 19 0 0.05 0.90 0.22 56.69 0.83 0.43
Hex C8 BE 13 0 5 5A 16 39 53 2B
Octal 310 276 23 0 5 132 26 71 123 53
Binary 11001000 10111110 10011 0 101 1011010 10110 111001 1010011 101011

Color Harmonies of #C8BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE13

Black with #C8BE13

Text Example


Text Example

White with #C8BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE13; }

 p { color: rgb(200,190,19); }

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

background-color css

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

 a { background-color: rgb(200,190,19); }

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

border-color css

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

 span { border-color: rgb(200,190,19); }

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