Html Css Color HEX #C7C225 Barberry

📋 copy color: '#C7C225'

red 199 ◦ green 194 ◦ blue 37

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

Shades of Barberry #C7C225

Tints of Barberry #C7C225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.6%

R = 46.28%
G = 45.12%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C7C225 (or 0xC7C225) is known color: Barberry. HEX triplet: C7, C2 and 25. RGB value is (199,194,37). Sum of RGB (Red+Green+Blue) = 199+194+37=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C225 is #383DDA. Grayscale: #B2B2B2. Windows color (decimal): -3685851 or 2474695. OLE color: 2474695.

HSL color Cylindrical-coordinate representation of color #C7C225: hue angle of 58.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7C225 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 194 37 -
CMYK 0 0.03 0.81 0.22
HSL 58.15º 0.69% 0.46% -
HSV(B) 58.15º 0.81% 0.78% -
XYZ 43.18 50.86 9.29 -
YUV 177.6 48.66 143.27 -
System Red Green Blue C M Y K H S L
Decimal 199 194 37 0 0.03 0.81 0.22 58.15 0.69 0.46
Hex C7 C2 25 0 3 51 16 3A 45 2E
Octal 307 302 45 0 3 121 26 72 105 56
Binary 11000111 11000010 100101 0 11 1010001 10110 111010 1000101 101110

Color Harmonies of #C7C225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C225

Black with #C7C225

Text Example


Text Example

White with #C7C225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C225; }

 p { color: rgb(199,194,37); }

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

background-color css

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

 a { background-color: rgb(199,194,37); }

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

border-color css

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

 span { border-color: rgb(199,194,37); }

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