Html Css Color HEX #C4C32D Barberry

📋 copy color: '#C4C32D'

red 196 ◦ green 195 ◦ blue 45

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

Shades of Barberry #C4C32D

Tints of Barberry #C4C32D

RGB

 RED value IS 196 (76.95% from 255) = 44.95%

 GREEN value IS 195 (76.56% from 255) = 44.72%

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 44.95%
G = 44.72%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4C32D (or 0xC4C32D) is known color: Barberry. HEX triplet: C4, C3 and 2D. RGB value is (196,195,45). Sum of RGB (Red+Green+Blue) = 196+195+45=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C32D is #3B3CD2. Grayscale: #B2B2B2. Windows color (decimal): -3882195 or 2999236. OLE color: 2999236.

HSL color Cylindrical-coordinate representation of color #C4C32D: hue angle of 59.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4C32D is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 195 45 -
CMYK 0 0.01 0.77 0.23
HSL 59.6º 0.63% 0.47% -
HSV(B) 59.6º 0.77% 0.77% -
XYZ 42.75 50.96 10.06 -
YUV 178.2 52.83 140.7 -
System Red Green Blue C M Y K H S L
Decimal 196 195 45 0 0.01 0.77 0.23 59.6 0.63 0.47
Hex C4 C3 2D 0 1 4D 17 3C 3F 2F
Octal 304 303 55 0 1 115 27 74 77 57
Binary 11000100 11000011 101101 0 1 1001101 10111 111100 111111 101111

Color Harmonies of #C4C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C32D

Black with #C4C32D

Text Example


Text Example

White with #C4C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C32D; }

 p { color: rgb(196,195,45); }

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

background-color css

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

 a { background-color: rgb(196,195,45); }

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

border-color css

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

 span { border-color: rgb(196,195,45); }

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