Html Css Color HEX #C3C11D Bird Flower

📋 copy color: '#C3C11D'

red 195 ◦ green 193 ◦ blue 29

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

Shades of Bird Flower #C3C11D

Tints of Bird Flower #C3C11D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

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

R = 46.76%
G = 46.28%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3C11D (or 0xC3C11D) is known color: Bird Flower. HEX triplet: C3, C1 and 1D. RGB value is (195,193,29). Sum of RGB (Red+Green+Blue) = 195+193+29=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C11D is #3C3EE2. Grayscale: #AFAFAF. Windows color (decimal): -3948259 or 1950147. OLE color: 1950147.

HSL color Cylindrical-coordinate representation of color #C3C11D: hue angle of 59.28º 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 #C3C11D is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 29 -
CMYK 0 0.01 0.85 0.24
HSL 59.28º 0.74% 0.44% -
HSV(B) 59.28º 0.85% 0.76% -
XYZ 41.8 49.83 8.58 -
YUV 174.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 195 193 29 0 0.01 0.85 0.24 59.28 0.74 0.44
Hex C3 C1 1D 0 1 55 18 3B 4A 2C
Octal 303 301 35 0 1 125 30 73 112 54
Binary 11000011 11000001 11101 0 1 1010101 11000 111011 1001010 101100

Color Harmonies of #C3C11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C11D

Black with #C3C11D

Text Example


Text Example

White with #C3C11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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