Html Css Color HEX #C7C32C Barberry

📋 copy color: '#C7C32C'

red 199 ◦ green 195 ◦ blue 44

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

Shades of Barberry #C7C32C

Tints of Barberry #C7C32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.05%

R = 45.43%
G = 44.52%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7C32C (or 0xC7C32C) is known color: Barberry. HEX triplet: C7, C3 and 2C. RGB value is (199,195,44). Sum of RGB (Red+Green+Blue) = 199+195+44=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C32C is #383CD3. Grayscale: #B3B3B3. Windows color (decimal): -3685588 or 2933703. OLE color: 2933703.

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

Color convert

RGB 199 195 44 -
CMYK 0 0.02 0.78 0.22
HSL 58.45º 0.64% 0.48% -
HSV(B) 58.45º 0.78% 0.78% -
XYZ 43.52 51.35 10 -
YUV 178.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 199 195 44 0 0.02 0.78 0.22 58.45 0.64 0.48
Hex C7 C3 2C 0 2 4E 16 3A 40 30
Octal 307 303 54 0 2 116 26 72 100 60
Binary 11000111 11000011 101100 0 10 1001110 10110 111010 1000000 110000

Color Harmonies of #C7C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C32C

Black with #C7C32C

Text Example


Text Example

White with #C7C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C32C; }

 p { color: rgb(199,195,44); }

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

background-color css

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

 a { background-color: rgb(199,195,44); }

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

border-color css

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

 span { border-color: rgb(199,195,44); }

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