Html Css Color HEX #C7C023 Barberry

📋 copy color: '#C7C023'

red 199 ◦ green 192 ◦ blue 35

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

Shades of Barberry #C7C023

Tints of Barberry #C7C023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 35 (14.06% from 255) = 8.22%

R = 46.71%
G = 45.07%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C7C023 (or 0xC7C023) is known color: Barberry. HEX triplet: C7, C0 and 23. RGB value is (199,192,35). Sum of RGB (Red+Green+Blue) = 199+192+35=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C023 is #383FDC. Grayscale: #B0B0B0. Windows color (decimal): -3686365 or 2343111. OLE color: 2343111.

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

Color convert

RGB 199 192 35 -
CMYK 0 0.04 0.82 0.22
HSL 57.44º 0.7% 0.46% -
HSV(B) 57.44º 0.82% 0.78% -
XYZ 42.71 49.96 8.98 -
YUV 176.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 199 192 35 0 0.04 0.82 0.22 57.44 0.7 0.46
Hex C7 C0 23 0 4 52 16 39 46 2E
Octal 307 300 43 0 4 122 26 71 106 56
Binary 11000111 11000000 100011 0 100 1010010 10110 111001 1000110 101110

Color Harmonies of #C7C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C023

Black with #C7C023

Text Example


Text Example

White with #C7C023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C023; }

 p { color: rgb(199,192,35); }

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

background-color css

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

 a { background-color: rgb(199,192,35); }

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

border-color css

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

 span { border-color: rgb(199,192,35); }

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