Html Css Color HEX #C7CF20 Barberry

📋 copy color: '#C7CF20'

red 199 ◦ green 207 ◦ blue 32

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

Shades of Barberry #C7CF20

Tints of Barberry #C7CF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.26%

 BLUE value IS 32 (12.89% from 255) = 7.31%

R = 45.43%
G = 47.26%
B = 7.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#C7CF20 (or 0xC7CF20) is known color: Barberry. HEX triplet: C7, CF and 20. RGB value is (199,207,32). Sum of RGB (Red+Green+Blue) = 199+207+32=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF20 is #3830DF. Grayscale: #B9B9B9. Windows color (decimal): -3682528 or 2150343. OLE color: 2150343.

HSL color Cylindrical-coordinate representation of color #C7CF20: hue angle of 62.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7CF20 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 207 32 -
CMYK 0.04 0 0.85 0.19
HSL 62.74º 0.73% 0.47% -
HSV(B) 62.74º 0.85% 0.81% -
XYZ 46.13 56.87 9.91 -
YUV 184.66 41.85 138.23 -
System Red Green Blue C M Y K H S L
Decimal 199 207 32 0.04 0 0.85 0.19 62.74 0.73 0.47
Hex C7 CF 20 4 0 55 13 3F 49 2F
Octal 307 317 40 4 0 125 23 77 111 57
Binary 11000111 11001111 100000 100 0 1010101 10011 111111 1001001 101111

Color Harmonies of #C7CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CF20

Black with #C7CF20

Text Example


Text Example

White with #C7CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CF20; }

 p { color: rgb(199,207,32); }

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

background-color css

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

 a { background-color: rgb(199,207,32); }

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

border-color css

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

 span { border-color: rgb(199,207,32); }

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