Html Css Color HEX #C3C240 Celery

📋 copy color: '#C3C240'

red 195 ◦ green 194 ◦ blue 64

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

Shades of Celery #C3C240

Tints of Celery #C3C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 43.05%
G = 42.83%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C3C240 (or 0xC3C240) is known color: Celery. HEX triplet: C3, C2 and 40. RGB value is (195,194,64). Sum of RGB (Red+Green+Blue) = 195+194+64=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C240 is #3C3DBF. Grayscale: #B3B3B3. Windows color (decimal): -3947968 or 4244163. OLE color: 4244163.

HSL color Cylindrical-coordinate representation of color #C3C240: hue angle of 59.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3C240 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 194 64 -
CMYK 0 0.01 0.67 0.24
HSL 59.54º 0.52% 0.51% -
HSV(B) 59.54º 0.67% 0.76% -
XYZ 42.72 50.56 12.36 -
YUV 179.48 62.83 139.07 -
System Red Green Blue C M Y K H S L
Decimal 195 194 64 0 0.01 0.67 0.24 59.54 0.52 0.51
Hex C3 C2 40 0 1 43 18 3C 34 33
Octal 303 302 100 0 1 103 30 74 64 63
Binary 11000011 11000010 1000000 0 1 1000011 11000 111100 110100 110011

Color Harmonies of #C3C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C240

Black with #C3C240

Text Example


Text Example

White with #C3C240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C240; }

 p { color: rgb(195,194,64); }

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

background-color css

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

 a { background-color: rgb(195,194,64); }

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

border-color css

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

 span { border-color: rgb(195,194,64); }

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