Html Css Color HEX #C3C01D Bird Flower

📋 copy color: '#C3C01D'

red 195 ◦ green 192 ◦ blue 29

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

Shades of Bird Flower #C3C01D

Tints of Bird Flower #C3C01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 46.88%
G = 46.15%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3C01D (or 0xC3C01D) is known color: Bird Flower. HEX triplet: C3, C0 and 1D. RGB value is (195,192,29). Sum of RGB (Red+Green+Blue) = 195+192+29=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C01D is #3C3FE2. Grayscale: #AEAEAE. Windows color (decimal): -3948515 or 1949891. OLE color: 1949891.

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

Color convert

RGB 195 192 29 -
CMYK 0 0.02 0.85 0.24
HSL 58.92º 0.74% 0.44% -
HSV(B) 58.92º 0.85% 0.76% -
XYZ 41.58 49.39 8.5 -
YUV 174.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 195 192 29 0 0.02 0.85 0.24 58.92 0.74 0.44
Hex C3 C0 1D 0 2 55 18 3B 4A 2C
Octal 303 300 35 0 2 125 30 73 112 54
Binary 11000011 11000000 11101 0 10 1010101 11000 111011 1001010 101100

Color Harmonies of #C3C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C01D

Black with #C3C01D

Text Example


Text Example

White with #C3C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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