Html Css Color HEX #C8BC1A Bird Flower

📋 copy color: '#C8BC1A'

red 200 ◦ green 188 ◦ blue 26

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

Shades of Bird Flower #C8BC1A

Tints of Bird Flower #C8BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 48.31%
G = 45.41%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8BC1A (or 0xC8BC1A) is known color: Bird Flower. HEX triplet: C8, BC and 1A. RGB value is (200,188,26). Sum of RGB (Red+Green+Blue) = 200+188+26=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC1A is #3743E5. Grayscale: #ADADAD. Windows color (decimal): -3621862 or 1752264. OLE color: 1752264.

HSL color Cylindrical-coordinate representation of color #C8BC1A: hue angle of 55.86º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8BC1A is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 26 -
CMYK 0 0.06 0.87 0.22
HSL 55.86º 0.77% 0.44% -
HSV(B) 55.86º 0.87% 0.78% -
XYZ 41.99 48.32 8.09 -
YUV 173.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 200 188 26 0 0.06 0.87 0.22 55.86 0.77 0.44
Hex C8 BC 1A 0 6 57 16 38 4D 2C
Octal 310 274 32 0 6 127 26 70 115 54
Binary 11001000 10111100 11010 0 110 1010111 10110 111000 1001101 101100

Color Harmonies of #C8BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC1A

Black with #C8BC1A

Text Example


Text Example

White with #C8BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC1A; }

 p { color: rgb(200,188,26); }

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

background-color css

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

 a { background-color: rgb(200,188,26); }

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

border-color css

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

 span { border-color: rgb(200,188,26); }

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