Html Css Color HEX #C3C129 Barberry

📋 copy color: '#C3C129'

red 195 ◦ green 193 ◦ blue 41

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

Shades of Barberry #C3C129

Tints of Barberry #C3C129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.56%

R = 45.45%
G = 44.99%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C3C129 (or 0xC3C129) is known color: Barberry. HEX triplet: C3, C1 and 29. RGB value is (195,193,41). Sum of RGB (Red+Green+Blue) = 195+193+41=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C129 is #3C3ED6. Grayscale: #B0B0B0. Windows color (decimal): -3948247 or 2736579. OLE color: 2736579.

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

Color convert

RGB 195 193 41 -
CMYK 0 0.01 0.79 0.24
HSL 59.22º 0.65% 0.46% -
HSV(B) 59.22º 0.79% 0.76% -
XYZ 41.98 49.9 9.52 -
YUV 176.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 195 193 41 0 0.01 0.79 0.24 59.22 0.65 0.46
Hex C3 C1 29 0 1 4F 18 3B 41 2E
Octal 303 301 51 0 1 117 30 73 101 56
Binary 11000011 11000001 101001 0 1 1001111 11000 111011 1000001 101110

Color Harmonies of #C3C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C129

Black with #C3C129

Text Example


Text Example

White with #C3C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C129; }

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

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

background-color css

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

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

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

border-color css

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

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

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