Html Css Color HEX #C3C01F Bird Flower

📋 copy color: '#C3C01F'

red 195 ◦ green 192 ◦ blue 31

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

Shades of Bird Flower #C3C01F

Tints of Bird Flower #C3C01F

RGB

 RED value IS 195 (76.56% from 255) = 46.65%

 GREEN value IS 192 (75.39% from 255) = 45.93%

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 46.65%
G = 45.93%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3C01F (or 0xC3C01F) is known color: Bird Flower. HEX triplet: C3, C0 and 1F. RGB value is (195,192,31). Sum of RGB (Red+Green+Blue) = 195+192+31=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C01F is #3C3FE0. Grayscale: #AFAFAF. Windows color (decimal): -3948513 or 2080963. OLE color: 2080963.

HSL color Cylindrical-coordinate representation of color #C3C01F: hue angle of 58.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3C01F is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 31 -
CMYK 0 0.02 0.84 0.24
HSL 58.9º 0.73% 0.44% -
HSV(B) 58.9º 0.84% 0.76% -
XYZ 41.6 49.4 8.64 -
YUV 174.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 195 192 31 0 0.02 0.84 0.24 58.9 0.73 0.44
Hex C3 C0 1F 0 2 54 18 3B 49 2C
Octal 303 300 37 0 2 124 30 73 111 54
Binary 11000011 11000000 11111 0 10 1010100 11000 111011 1001001 101100

Color Harmonies of #C3C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C01F

Black with #C3C01F

Text Example


Text Example

White with #C3C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C01F; }

 p { color: rgb(195,192,31); }

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

background-color css

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

 a { background-color: rgb(195,192,31); }

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

border-color css

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

 span { border-color: rgb(195,192,31); }

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