Html Css Color HEX #C7C42D Barberry

📋 copy color: '#C7C42D'

red 199 ◦ green 196 ◦ blue 45

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

Shades of Barberry #C7C42D

Tints of Barberry #C7C42D

RGB

 RED value IS 199 (78.13% from 255) = 45.23%

 GREEN value IS 196 (76.95% from 255) = 44.55%

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

R = 45.23%
G = 44.55%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7C42D (or 0xC7C42D) is known color: Barberry. HEX triplet: C7, C4 and 2D. RGB value is (199,196,45). Sum of RGB (Red+Green+Blue) = 199+196+45=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C42D is #383BD2. Grayscale: #B4B4B4. Windows color (decimal): -3685331 or 2999495. OLE color: 2999495.

HSL color Cylindrical-coordinate representation of color #C7C42D: hue angle of 58.83º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7C42D is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 196 45 -
CMYK 0 0.02 0.77 0.22
HSL 58.83º 0.63% 0.48% -
HSV(B) 58.83º 0.77% 0.78% -
XYZ 43.77 51.81 10.18 -
YUV 179.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 199 196 45 0 0.02 0.77 0.22 58.83 0.63 0.48
Hex C7 C4 2D 0 2 4D 16 3B 3F 30
Octal 307 304 55 0 2 115 26 73 77 60
Binary 11000111 11000100 101101 0 10 1001101 10110 111011 111111 110000

Color Harmonies of #C7C42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C42D

Black with #C7C42D

Text Example


Text Example

White with #C7C42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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