Html Css Color HEX #C3C027 Barberry

📋 copy color: '#C3C027'

red 195 ◦ green 192 ◦ blue 39

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

Shades of Barberry #C3C027

Tints of Barberry #C3C027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.15%

R = 45.77%
G = 45.07%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C3C027 (or 0xC3C027) is known color: Barberry. HEX triplet: C3, C0 and 27. RGB value is (195,192,39). Sum of RGB (Red+Green+Blue) = 195+192+39=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C027 is #3C3FD8. Grayscale: #B0B0B0. Windows color (decimal): -3948505 or 2605251. OLE color: 2605251.

HSL color Cylindrical-coordinate representation of color #C3C027: hue angle of 58.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3C027 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 39 -
CMYK 0 0.02 0.80 0.24
HSL 58.85º 0.67% 0.46% -
HSV(B) 58.85º 0.8% 0.76% -
XYZ 41.72 49.45 9.26 -
YUV 175.46 50.99 141.94 -
System Red Green Blue C M Y K H S L
Decimal 195 192 39 0 0.02 0.80 0.24 58.85 0.67 0.46
Hex C3 C0 27 0 2 50 18 3B 43 2E
Octal 303 300 47 0 2 120 30 73 103 56
Binary 11000011 11000000 100111 0 10 1010000 11000 111011 1000011 101110

Color Harmonies of #C3C027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C027

Black with #C3C027

Text Example


Text Example

White with #C3C027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C027; }

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

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

background-color css

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

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

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

border-color css

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

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

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