Html Css Color HEX #C7B92A Barberry

📋 copy color: '#C7B92A'

red 199 ◦ green 185 ◦ blue 42

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

Shades of Barberry #C7B92A

Tints of Barberry #C7B92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

 BLUE value IS 42 (16.8% from 255) = 9.86%

R = 46.71%
G = 43.43%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7B92A (or 0xC7B92A) is known color: Barberry. HEX triplet: C7, B9 and 2A. RGB value is (199,185,42). Sum of RGB (Red+Green+Blue) = 199+185+42=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B92A is #3846D5. Grayscale: #ADADAD. Windows color (decimal): -3688150 or 2800071. OLE color: 2800071.

HSL color Cylindrical-coordinate representation of color #C7B92A: hue angle of 54.65º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7B92A is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 42 -
CMYK 0 0.07 0.79 0.22
HSL 54.65º 0.65% 0.47% -
HSV(B) 54.65º 0.79% 0.78% -
XYZ 41.32 47.01 9.09 -
YUV 172.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 199 185 42 0 0.07 0.79 0.22 54.65 0.65 0.47
Hex C7 B9 2A 0 7 4F 16 37 41 2F
Octal 307 271 52 0 7 117 26 67 101 57
Binary 11000111 10111001 101010 0 111 1001111 10110 110111 1000001 101111

Color Harmonies of #C7B92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B92A

Black with #C7B92A

Text Example


Text Example

White with #C7B92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B92A; }

 p { color: rgb(199,185,42); }

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

background-color css

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

 a { background-color: rgb(199,185,42); }

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

border-color css

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

 span { border-color: rgb(199,185,42); }

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