Html Css Color HEX #C4C31C Bird Flower

📋 copy color: '#C4C31C'

red 196 ◦ green 195 ◦ blue 28

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

Shades of Bird Flower #C4C31C

Tints of Bird Flower #C4C31C

RGB

 RED value IS 196 (76.95% from 255) = 46.78%

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 28 (11.33% from 255) = 6.68%

R = 46.78%
G = 46.54%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4C31C (or 0xC4C31C) is known color: Bird Flower. HEX triplet: C4, C3 and 1C. RGB value is (196,195,28). Sum of RGB (Red+Green+Blue) = 196+195+28=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C31C is #3B3CE3. Grayscale: #B0B0B0. Windows color (decimal): -3882212 or 1885124. OLE color: 1885124.

HSL color Cylindrical-coordinate representation of color #C4C31C: hue angle of 59.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4C31C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 195 28 -
CMYK 0 0.01 0.86 0.23
HSL 59.64º 0.75% 0.44% -
HSV(B) 59.64º 0.86% 0.77% -
XYZ 42.49 50.85 8.67 -
YUV 176.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 196 195 28 0 0.01 0.86 0.23 59.64 0.75 0.44
Hex C4 C3 1C 0 1 56 17 3C 4B 2C
Octal 304 303 34 0 1 126 27 74 113 54
Binary 11000100 11000011 11100 0 1 1010110 10111 111100 1001011 101100

Color Harmonies of #C4C31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C31C

Black with #C4C31C

Text Example


Text Example

White with #C4C31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C31C; }

 p { color: rgb(196,195,28); }

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

background-color css

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

 a { background-color: rgb(196,195,28); }

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

border-color css

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

 span { border-color: rgb(196,195,28); }

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