Html Css Color HEX #C8B626 Bird Flower

📋 copy color: '#C8B626'

red 200 ◦ green 182 ◦ blue 38

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

Shades of Bird Flower #C8B626

Tints of Bird Flower #C8B626

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

 BLUE value IS 38 (15.23% from 255) = 9.05%

R = 47.62%
G = 43.33%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C8B626 (or 0xC8B626) is known color: Bird Flower. HEX triplet: C8, B6 and 26. RGB value is (200,182,38). Sum of RGB (Red+Green+Blue) = 200+182+38=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B626 is #3749D9. Grayscale: #ABABAB. Windows color (decimal): -3623386 or 2537160. OLE color: 2537160.

HSL color Cylindrical-coordinate representation of color #C8B626: hue angle of 53.33º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8B626 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 182 38 -
CMYK 0 0.09 0.81 0.22
HSL 53.33º 0.68% 0.47% -
HSV(B) 53.33º 0.81% 0.78% -
XYZ 40.9 45.88 8.53 -
YUV 170.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 200 182 38 0 0.09 0.81 0.22 53.33 0.68 0.47
Hex C8 B6 26 0 9 51 16 35 44 2F
Octal 310 266 46 0 11 121 26 65 104 57
Binary 11001000 10110110 100110 0 1001 1010001 10110 110101 1000100 101111

Color Harmonies of #C8B626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B626

Black with #C8B626

Text Example


Text Example

White with #C8B626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B626; }

 p { color: rgb(200,182,38); }

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

background-color css

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

 a { background-color: rgb(200,182,38); }

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

border-color css

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

 span { border-color: rgb(200,182,38); }

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